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
- TPLETWProvider.cs
- TextRangeSerialization.cs
- TemplateKey.cs
- Queue.cs
- Authorization.cs
- AutomationPatternInfo.cs
- InkCanvasInnerCanvas.cs
- CompilationSection.cs
- CoreSwitches.cs
- FileSystemWatcher.cs
- DataGridViewUtilities.cs
- PlatformNotSupportedException.cs
- TrustSection.cs
- XslAstAnalyzer.cs
- HeaderUtility.cs
- GenericAuthenticationEventArgs.cs
- MethodToken.cs
- UnmanagedMemoryStreamWrapper.cs
- ExpressionBuilderContext.cs
- SoapSchemaImporter.cs
- SrgsSemanticInterpretationTag.cs
- PriorityBindingExpression.cs
- VerticalAlignConverter.cs
- DockPattern.cs
- MasterPageParser.cs
- TableProviderWrapper.cs
- ToolTipService.cs
- DocumentApplicationJournalEntryEventArgs.cs
- ThreadWorkerController.cs
- NonDualMessageSecurityOverHttp.cs
- SQLUtility.cs
- Brush.cs
- BufferedOutputAsyncStream.cs
- SharedStream.cs
- IgnoreSection.cs
- RegistryConfigurationProvider.cs
- regiisutil.cs
- HeaderCollection.cs
- DbConnectionHelper.cs
- GeneratedCodeAttribute.cs
- MenuItemCollectionEditor.cs
- METAHEADER.cs
- RepeatButton.cs
- WinFormsSpinner.cs
- GridViewRowEventArgs.cs
- DigestTraceRecordHelper.cs
- RectAnimationUsingKeyFrames.cs
- NativeMethods.cs
- NativeRightsManagementAPIsStructures.cs
- BezierSegment.cs
- SchemaNames.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- OrthographicCamera.cs
- FrameworkRichTextComposition.cs
- CheckBoxList.cs
- MemoryResponseElement.cs
- HttpModulesSection.cs
- PrimaryKeyTypeConverter.cs
- Hash.cs
- Trigger.cs
- IncrementalReadDecoders.cs
- StartUpEventArgs.cs
- LongPath.cs
- IdentityReference.cs
- UseManagedPresentationBindingElementImporter.cs
- PassportAuthenticationEventArgs.cs
- TextTreeRootTextBlock.cs
- DocumentPageViewAutomationPeer.cs
- StylusTouchDevice.cs
- TimeManager.cs
- CheckBox.cs
- SelectionRangeConverter.cs
- GroupBox.cs
- BitmapSource.cs
- QueryMatcher.cs
- FlowLayout.cs
- nulltextnavigator.cs
- LineBreakRecord.cs
- ConstraintEnumerator.cs
- configsystem.cs
- QuotedPairReader.cs
- CodeDirectoryCompiler.cs
- SecurityTokenRequirement.cs
- ConfigurationStrings.cs
- References.cs
- IgnorePropertiesAttribute.cs
- ModulesEntry.cs
- ArgumentValidation.cs
- HandlerWithFactory.cs
- _ListenerAsyncResult.cs
- SafeNativeMethods.cs
- Camera.cs
- SqlDataSourceConfigureSortForm.cs
- ZipIOModeEnforcingStream.cs
- MetadataArtifactLoaderComposite.cs
- Error.cs
- HttpResponse.cs
- TypeViewSchema.cs
- ButtonBaseAutomationPeer.cs
- Rect3D.cs