Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / Tracking / TrackingDataItemValue.cs / 1305376 / TrackingDataItemValue.cs
using System; using System.Data; using System.Data.SqlClient; using System.Data.SqlTypes; using System.Collections; using System.Collections.Generic; using System.Text; using System.Xml; using System.Reflection; using System.IO; using System.Runtime.Serialization.Formatters.Binary; using System.ComponentModel.Design.Serialization; using System.Workflow.Runtime; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Serialization; using System.Workflow.Runtime.Hosting; namespace System.Workflow.Runtime.Tracking { public class TrackingDataItemValue { private string _name = null; private string _value = null; private string _id = null; public TrackingDataItemValue() { } public TrackingDataItemValue(string qualifiedName, string fieldName, string dataValue) { _name = fieldName; _value = dataValue; _id = qualifiedName; } public string FieldName { get { return _name; } set { _name = value; } } public string DataValue { get { return _value; } set { _value = value; } } public string QualifiedName { get { return _id; } set { _id = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Data; using System.Data.SqlClient; using System.Data.SqlTypes; using System.Collections; using System.Collections.Generic; using System.Text; using System.Xml; using System.Reflection; using System.IO; using System.Runtime.Serialization.Formatters.Binary; using System.ComponentModel.Design.Serialization; using System.Workflow.Runtime; using System.Workflow.ComponentModel; using System.Workflow.ComponentModel.Serialization; using System.Workflow.Runtime.Hosting; namespace System.Workflow.Runtime.Tracking { public class TrackingDataItemValue { private string _name = null; private string _value = null; private string _id = null; public TrackingDataItemValue() { } public TrackingDataItemValue(string qualifiedName, string fieldName, string dataValue) { _name = fieldName; _value = dataValue; _id = qualifiedName; } public string FieldName { get { return _name; } set { _name = value; } } public string DataValue { get { return _value; } set { _value = value; } } public string QualifiedName { get { return _id; } set { _id = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TraceEventCache.cs
- Bezier.cs
- ChtmlLinkAdapter.cs
- Point.cs
- LinqDataSourceDisposeEventArgs.cs
- PowerStatus.cs
- Font.cs
- ViewEvent.cs
- DbUpdateCommandTree.cs
- TransformDescriptor.cs
- ToolStripItemClickedEventArgs.cs
- XmlSchemaGroupRef.cs
- ImageListStreamer.cs
- EUCJPEncoding.cs
- WeakHashtable.cs
- RoleManagerModule.cs
- categoryentry.cs
- DocumentOutline.cs
- ChannelManager.cs
- InvokeProviderWrapper.cs
- ToolStripDesigner.cs
- DoubleCollection.cs
- WebPartManagerDesigner.cs
- DataTableNewRowEvent.cs
- TemplatingOptionsDialog.cs
- TreeNodeSelectionProcessor.cs
- DbParameterHelper.cs
- QuaternionRotation3D.cs
- AttributeCollection.cs
- SpecularMaterial.cs
- Simplifier.cs
- CommentEmitter.cs
- ViewValidator.cs
- DictionaryBase.cs
- StackBuilderSink.cs
- hresults.cs
- PackageStore.cs
- ButtonField.cs
- IRCollection.cs
- FileUtil.cs
- ConfigurationErrorsException.cs
- ConcurrencyBehavior.cs
- StylusButton.cs
- OleStrCAMarshaler.cs
- PropertyGrid.cs
- ImpersonationContext.cs
- VectorCollectionConverter.cs
- ZoneLinkButton.cs
- ToolTipService.cs
- ResourceAssociationSetEnd.cs
- ToolStripItemEventArgs.cs
- TextElementEnumerator.cs
- ActionNotSupportedException.cs
- DoubleStorage.cs
- TextTreePropertyUndoUnit.cs
- FontStyleConverter.cs
- FragmentNavigationEventArgs.cs
- ManualResetEvent.cs
- DesignerActionKeyboardBehavior.cs
- DesignerDataView.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- WorkflowInvoker.cs
- IPPacketInformation.cs
- SubMenuStyleCollection.cs
- PostBackOptions.cs
- ScrollViewerAutomationPeer.cs
- ScrollEvent.cs
- GeometryModel3D.cs
- Line.cs
- _NetRes.cs
- PagerSettings.cs
- ItemList.cs
- AlignmentYValidation.cs
- DupHandleConnectionReader.cs
- SQLUtility.cs
- PointF.cs
- ExpressionPrefixAttribute.cs
- FileDataSourceCache.cs
- RequiredFieldValidator.cs
- SqlNotificationEventArgs.cs
- BuildManager.cs
- PersonalizationState.cs
- SystemWebSectionGroup.cs
- SmiSettersStream.cs
- Brush.cs
- XmlExpressionDumper.cs
- DbCommandTree.cs
- processwaithandle.cs
- ParameterElementCollection.cs
- VirtualPathUtility.cs
- ExpressionBuilder.cs
- ReferenceConverter.cs
- ExceptionHandlerDesigner.cs
- XmlElementAttributes.cs
- LoaderAllocator.cs
- AdornedElementPlaceholder.cs
- CancellationHandler.cs
- RegistrationServices.cs
- XmlConvert.cs
- CommandLibraryHelper.cs