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
- ViewgenContext.cs
- Item.cs
- IntSecurity.cs
- ExtendedProtectionPolicy.cs
- ProgressBar.cs
- SelectorItemAutomationPeer.cs
- CallbackException.cs
- ComPlusAuthorization.cs
- WebConfigurationFileMap.cs
- PiiTraceSource.cs
- XPathParser.cs
- ScopelessEnumAttribute.cs
- IISUnsafeMethods.cs
- BrushValueSerializer.cs
- UntrustedRecipientException.cs
- BaseValidator.cs
- CannotUnloadAppDomainException.cs
- CatalogZoneBase.cs
- CroppedBitmap.cs
- RevocationPoint.cs
- ViewStateException.cs
- TypeLoadException.cs
- DiscardableAttribute.cs
- WebPartEditVerb.cs
- TransformerConfigurationWizardBase.cs
- CodeSnippetCompileUnit.cs
- OutputCacheProfile.cs
- SoapAttributeOverrides.cs
- TemplateComponentConnector.cs
- Nullable.cs
- GetLedgerEntryForRecipientRequest.cs
- EdmType.cs
- MergeFilterQuery.cs
- PropertyKey.cs
- XmlHierarchicalEnumerable.cs
- DataGridViewRowConverter.cs
- GridView.cs
- SettingsSection.cs
- PartitionResolver.cs
- SoapMessage.cs
- ApplicationInterop.cs
- HostProtectionException.cs
- ImageKeyConverter.cs
- glyphs.cs
- RootDesignerSerializerAttribute.cs
- ParallelLoopState.cs
- PackageFilter.cs
- ComponentConverter.cs
- FixedSOMLineCollection.cs
- MissingSatelliteAssemblyException.cs
- Parsers.cs
- InheritanceContextHelper.cs
- ToolStripDropTargetManager.cs
- SQLRoleProvider.cs
- TraceData.cs
- Monitor.cs
- AssemblyBuilder.cs
- ProfileModule.cs
- WebPartCatalogCloseVerb.cs
- brushes.cs
- XmlException.cs
- _Semaphore.cs
- PopOutPanel.cs
- BeginStoryboard.cs
- MsmqIntegrationChannelFactory.cs
- Serializer.cs
- RadioButton.cs
- IdentityModelStringsVersion1.cs
- CallInfo.cs
- CodeVariableDeclarationStatement.cs
- RSAProtectedConfigurationProvider.cs
- CodeTypeDelegate.cs
- RequestQueryProcessor.cs
- Pointer.cs
- LineSegment.cs
- DiscreteKeyFrames.cs
- RegexCapture.cs
- SupportsEventValidationAttribute.cs
- FormatSettings.cs
- WorkflowInstanceUnhandledExceptionRecord.cs
- ColumnBinding.cs
- DelegatedStream.cs
- DesignColumn.cs
- XmlSchemaInclude.cs
- TablePattern.cs
- ContentTextAutomationPeer.cs
- DataGridRowAutomationPeer.cs
- CodeDirectoryCompiler.cs
- ValidatorCollection.cs
- PropertyBuilder.cs
- OrderByQueryOptionExpression.cs
- EditorPart.cs
- ReflectTypeDescriptionProvider.cs
- ParameterBuilder.cs
- RijndaelManaged.cs
- MemberInitExpression.cs
- Ref.cs
- CqlBlock.cs
- UIElementAutomationPeer.cs
- PeerNearMe.cs