Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / Tracking / TrackingDataItem.cs / 1305376 / TrackingDataItem.cs
using System; using System.Collections; using System.Collections.Generic; using System.Workflow.ComponentModel; using System.Runtime.Serialization; using System.Security.Permissions; using System.Workflow.Runtime.Hosting; namespace System.Workflow.Runtime.Tracking { ////// Contain a single piece of tracking data and any associated annotations. /// public class TrackingDataItem { private TrackingAnnotationCollection _annotations = new TrackingAnnotationCollection(); private object _data = null; private string _fieldName = null; public TrackingDataItem() { } public TrackingAnnotationCollection Annotations { get { return _annotations; } //set{ _annotations = value; } } public string FieldName { get { return _fieldName; } set { _fieldName = value; } } public object Data { get { return _data; } set { _data = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections; using System.Collections.Generic; using System.Workflow.ComponentModel; using System.Runtime.Serialization; using System.Security.Permissions; using System.Workflow.Runtime.Hosting; namespace System.Workflow.Runtime.Tracking { ////// Contain a single piece of tracking data and any associated annotations. /// public class TrackingDataItem { private TrackingAnnotationCollection _annotations = new TrackingAnnotationCollection(); private object _data = null; private string _fieldName = null; public TrackingDataItem() { } public TrackingAnnotationCollection Annotations { get { return _annotations; } //set{ _annotations = value; } } public string FieldName { get { return _fieldName; } set { _fieldName = value; } } public object Data { get { return _data; } set { _data = 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
- IndicFontClient.cs
- MessageFilter.cs
- MulticastOption.cs
- Zone.cs
- NativeMethods.cs
- FileController.cs
- XmlRawWriter.cs
- GenericParameterDataContract.cs
- InfoCardKeyedHashAlgorithm.cs
- SignatureToken.cs
- DrawingCollection.cs
- UIElement.cs
- ListViewPagedDataSource.cs
- DataGridTextBoxColumn.cs
- OleAutBinder.cs
- ColorConvertedBitmap.cs
- StorageInfo.cs
- OdbcEnvironment.cs
- DoubleConverter.cs
- ChameleonKey.cs
- KeyTimeConverter.cs
- InputLanguageManager.cs
- SqlConnectionString.cs
- UnSafeCharBuffer.cs
- XmlSchema.cs
- DSASignatureFormatter.cs
- SequenceNumber.cs
- Track.cs
- InternalConfigHost.cs
- SqlConnectionStringBuilder.cs
- Solver.cs
- ContentPropertyAttribute.cs
- PolicyManager.cs
- SortAction.cs
- TextBlock.cs
- UnmanagedMarshal.cs
- Content.cs
- documentsequencetextpointer.cs
- ScriptComponentDescriptor.cs
- CodeDirectionExpression.cs
- XPathAncestorQuery.cs
- _ListenerAsyncResult.cs
- MatrixAnimationBase.cs
- PreservationFileWriter.cs
- ConstructorNeedsTagAttribute.cs
- SettingsAttributeDictionary.cs
- XmlNamespaceMapping.cs
- Image.cs
- FactoryId.cs
- UniqueIdentifierService.cs
- SecurityManager.cs
- HttpClientCertificate.cs
- CompositeFontFamily.cs
- ViewCellSlot.cs
- TimeManager.cs
- XmlNode.cs
- BookmarkEventArgs.cs
- PageCodeDomTreeGenerator.cs
- XmlDocumentViewSchema.cs
- Rfc2898DeriveBytes.cs
- ObjectStateManager.cs
- SoapEnumAttribute.cs
- MenuItemStyleCollection.cs
- EdmToObjectNamespaceMap.cs
- PresentationAppDomainManager.cs
- EncodingStreamWrapper.cs
- SqlDataSourceParameterParser.cs
- InstalledFontCollection.cs
- Compensation.cs
- EventProviderWriter.cs
- WebServiceEnumData.cs
- SystemWebCachingSectionGroup.cs
- ApplicationServiceHelper.cs
- Listbox.cs
- PermissionSetEnumerator.cs
- ExtensibleClassFactory.cs
- SkipQueryOptionExpression.cs
- Encoding.cs
- EntryPointNotFoundException.cs
- TextTreeTextBlock.cs
- CombinedGeometry.cs
- ImageDrawing.cs
- _OSSOCK.cs
- XPathDescendantIterator.cs
- UseManagedPresentationBindingElement.cs
- followingquery.cs
- AccessorTable.cs
- ContentTextAutomationPeer.cs
- DesignBinding.cs
- CompositeCollection.cs
- SchemaComplexType.cs
- ObjectDataSourceChooseMethodsPanel.cs
- SHA256Managed.cs
- PropertyDescriptor.cs
- QuestionEventArgs.cs
- ToolBarButton.cs
- DbParameterHelper.cs
- ServiceModelExtensionCollectionElement.cs
- BuildManager.cs
- Root.cs