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
- AlgoModule.cs
- XmlCharCheckingWriter.cs
- ScaleTransform.cs
- FontInfo.cs
- HttpNamespaceReservationInstallComponent.cs
- elementinformation.cs
- CompositeFontInfo.cs
- WaitingCursor.cs
- CompModSwitches.cs
- TextureBrush.cs
- BamlBinaryWriter.cs
- TransformerConfigurationWizardBase.cs
- ControlDesigner.cs
- Comparer.cs
- AssemblyGen.cs
- TypeRefElement.cs
- DispatcherProcessingDisabled.cs
- PointAnimationClockResource.cs
- BitmapScalingModeValidation.cs
- KnownAssembliesSet.cs
- DetailsView.cs
- SmiContextFactory.cs
- SqlDataSourceFilteringEventArgs.cs
- HttpResponseWrapper.cs
- SettingsSavedEventArgs.cs
- ServiceHostingEnvironment.cs
- InputGestureCollection.cs
- CalendarDataBindingHandler.cs
- SpeechUI.cs
- StylusSystemGestureEventArgs.cs
- Rule.cs
- SystemInfo.cs
- DataGridPagerStyle.cs
- _SingleItemRequestCache.cs
- ComboBox.cs
- SmiGettersStream.cs
- TreeBuilder.cs
- IDQuery.cs
- wgx_exports.cs
- TimeSpanParse.cs
- DrawingDrawingContext.cs
- ConfigurationManagerHelper.cs
- Activity.cs
- WebHttpBehavior.cs
- SequentialUshortCollection.cs
- EventLogPermissionAttribute.cs
- ScrollContentPresenter.cs
- Permission.cs
- EdmType.cs
- CodeChecksumPragma.cs
- ReadOnlyDictionary.cs
- SystemIPAddressInformation.cs
- GlyphsSerializer.cs
- ContractCodeDomInfo.cs
- XmlChildEnumerator.cs
- SmiEventSink_Default.cs
- WmlImageAdapter.cs
- HtmlLink.cs
- TextFindEngine.cs
- ProvidersHelper.cs
- GeometryDrawing.cs
- InvalidFilterCriteriaException.cs
- _ListenerResponseStream.cs
- Scripts.cs
- PopupControlService.cs
- TypeReference.cs
- ToolStripItem.cs
- ConfigurationValue.cs
- TraceProvider.cs
- CrossSiteScriptingValidation.cs
- DispatcherEventArgs.cs
- EditBehavior.cs
- TextDpi.cs
- PersonalizationEntry.cs
- RadioButton.cs
- PresentationSource.cs
- QueueException.cs
- FlowPanelDesigner.cs
- LocatorPartList.cs
- Bidi.cs
- VirtualizingPanel.cs
- SequenceFullException.cs
- EventHandlersDesigner.cs
- ListBindingHelper.cs
- XmlDocumentType.cs
- XmlCharType.cs
- ContentElement.cs
- DataGridViewHitTestInfo.cs
- BitmapInitialize.cs
- SqlReorderer.cs
- DeclarativeCatalogPart.cs
- XmlDictionaryString.cs
- SelectionManager.cs
- SymmetricAlgorithm.cs
- ProcessHost.cs
- DataGridDesigner.cs
- LambdaCompiler.Unary.cs
- SafeNativeMethods.cs
- FtpWebRequest.cs
- AtomMaterializer.cs