TrackingDataItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Represents a single item of data extracted from a workflow and all its associated annotations.
public ref class TrackingDataItem
public class TrackingDataItem
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class TrackingDataItem
type TrackingDataItem = class
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type TrackingDataItem = class
Public Class TrackingDataItem
- Inheritance
-
TrackingDataItem
- Attributes
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
When the runtime tracking infrastructure matches a track point, it sends a tracking record to the tracking service. An ActivityTrackPoint or a UserTrackPoint may contain ActivityDataTrackingExtract or WorkflowDataTrackingExtract objects that specify data to be extracted from the workflow and returned in the ActivityTrackingRecord or the UserTrackingRecord. A TrackingDataItem represents a single item of this extracted data in either ActivityTrackingRecord.Body or UserTrackingRecord.Body.
Constructors
TrackingDataItem() |
Initializes a new instance of the TrackingDataItem class. |
Properties
Annotations |
Gets or sets the list of annotations associated with the extracted data. |
Data |
Gets or sets the extracted data associated with the TrackingDataItem. |
FieldName |
Gets or sets the name of the property or field associated with the extracted data. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |