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
- Marshal.cs
- PrivacyNoticeBindingElementImporter.cs
- TextDecorations.cs
- XamlWriter.cs
- BuilderInfo.cs
- SystemException.cs
- HostedNamedPipeTransportManager.cs
- ConfigXmlCDataSection.cs
- PersonalizationState.cs
- XmlSchemaInferenceException.cs
- EntityContainer.cs
- ProfileGroupSettings.cs
- SQLBytesStorage.cs
- DynamicAttribute.cs
- UshortList2.cs
- MdbDataFileEditor.cs
- DataSysAttribute.cs
- GetPageNumberCompletedEventArgs.cs
- XPathArrayIterator.cs
- InheritedPropertyChangedEventArgs.cs
- MediaElement.cs
- Queue.cs
- VersionedStreamOwner.cs
- CodeTypeReference.cs
- SHA256Managed.cs
- ValidationRule.cs
- SByteConverter.cs
- SoapTypeAttribute.cs
- uribuilder.cs
- CodeIdentifiers.cs
- LayoutEngine.cs
- KeyConverter.cs
- XmlElement.cs
- NumericUpDownAccelerationCollection.cs
- DoWorkEventArgs.cs
- DecoderFallbackWithFailureFlag.cs
- DataGridViewSelectedRowCollection.cs
- OleDbError.cs
- InfocardChannelParameter.cs
- ConsumerConnectionPointCollection.cs
- ConfigXmlElement.cs
- KeyValuePair.cs
- Double.cs
- AttachmentService.cs
- translator.cs
- OdbcInfoMessageEvent.cs
- _Rfc2616CacheValidators.cs
- Model3D.cs
- DBConnectionString.cs
- ConfigurationManagerHelper.cs
- CreateUserErrorEventArgs.cs
- Emitter.cs
- TextLineResult.cs
- HttpModuleAction.cs
- DependsOnAttribute.cs
- UIElementParagraph.cs
- ToggleButtonAutomationPeer.cs
- ConnectionConsumerAttribute.cs
- ADMembershipUser.cs
- FileSystemInfo.cs
- IUnknownConstantAttribute.cs
- XmlUnspecifiedAttribute.cs
- RC2CryptoServiceProvider.cs
- GeometryModel3D.cs
- AuthenticationModuleElementCollection.cs
- hwndwrapper.cs
- CollectionViewGroup.cs
- DBDataPermission.cs
- Assert.cs
- SqlDependency.cs
- parserscommon.cs
- NumberFunctions.cs
- WebPartEventArgs.cs
- WizardForm.cs
- Currency.cs
- XmlSchemaProviderAttribute.cs
- MailDefinition.cs
- BaseParaClient.cs
- BrowserCapabilitiesCompiler.cs
- MultitargetUtil.cs
- OracleBFile.cs
- SqlClientWrapperSmiStreamChars.cs
- RolePrincipal.cs
- BaseTemplateParser.cs
- filewebrequest.cs
- SqlUserDefinedAggregateAttribute.cs
- MouseActionValueSerializer.cs
- PageThemeCodeDomTreeGenerator.cs
- MinMaxParagraphWidth.cs
- SchemaElement.cs
- ServiceAppDomainAssociationProvider.cs
- StrokeNodeData.cs
- UIElementParaClient.cs
- FacetDescriptionElement.cs
- XmlSchemaValidationException.cs
- RegexParser.cs
- Utils.cs
- RegistryKey.cs
- Roles.cs
- OdbcFactory.cs