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
- SmtpCommands.cs
- PanelStyle.cs
- SimplePropertyEntry.cs
- EndpointNameMessageFilter.cs
- Variable.cs
- CodeArgumentReferenceExpression.cs
- UriTemplatePathSegment.cs
- ObjectQueryState.cs
- FreeFormDragDropManager.cs
- SamlNameIdentifierClaimResource.cs
- WizardPanel.cs
- EncoderNLS.cs
- odbcmetadatafactory.cs
- ZipIOExtraField.cs
- DefaultAssemblyResolver.cs
- NameValueSectionHandler.cs
- StringResourceManager.cs
- HatchBrush.cs
- MsmqIntegrationProcessProtocolHandler.cs
- ListItemConverter.cs
- DataGridViewCellFormattingEventArgs.cs
- AliasGenerator.cs
- exports.cs
- PaintValueEventArgs.cs
- FieldBuilder.cs
- ComplexObject.cs
- SerializationHelper.cs
- SqlNode.cs
- TransformationRules.cs
- Rethrow.cs
- WebPartCatalogCloseVerb.cs
- HostVisual.cs
- AuthenticationModulesSection.cs
- EnterpriseServicesHelper.cs
- ReflectionTypeLoadException.cs
- ExpanderAutomationPeer.cs
- DataControlField.cs
- BoundingRectTracker.cs
- ResourcePermissionBase.cs
- complextypematerializer.cs
- AsyncResult.cs
- MiniLockedBorderGlyph.cs
- HttpHandlerAction.cs
- OutputScopeManager.cs
- QilName.cs
- sqlinternaltransaction.cs
- webproxy.cs
- FixedBufferAttribute.cs
- ByteStack.cs
- GC.cs
- FormatSettings.cs
- ProjectionCamera.cs
- HandlerWithFactory.cs
- PropertyChangingEventArgs.cs
- HttpCookie.cs
- DbDataRecord.cs
- BoundField.cs
- ToolStripItemEventArgs.cs
- PersonalizationProvider.cs
- ToolStripPanelRow.cs
- ExceptionHandler.cs
- RegexMatchCollection.cs
- TextEncodedRawTextWriter.cs
- ActionMessageFilterTable.cs
- FocusWithinProperty.cs
- TouchPoint.cs
- XmlIncludeAttribute.cs
- TargetParameterCountException.cs
- SoapMessage.cs
- HttpRequestTraceRecord.cs
- exports.cs
- ComponentChangedEvent.cs
- HttpInputStream.cs
- SimpleWebHandlerParser.cs
- DebuggerAttributes.cs
- IsolatedStorageFileStream.cs
- DispatchChannelSink.cs
- SecurityRuntime.cs
- NullableLongSumAggregationOperator.cs
- DropTarget.cs
- ListCommandEventArgs.cs
- MethodCallExpression.cs
- Size3D.cs
- ScriptReferenceEventArgs.cs
- AutomationPatternInfo.cs
- SoapFault.cs
- ActivityExecutor.cs
- EventEntry.cs
- XsltConvert.cs
- ViewBox.cs
- Underline.cs
- xmlfixedPageInfo.cs
- WeakHashtable.cs
- SqlMethodCallConverter.cs
- EmptyControlCollection.cs
- Section.cs
- ColumnPropertiesGroup.cs
- RequestCacheManager.cs
- CompilerScope.cs
- FormatPage.cs