ActivityDataTrackingExtract Class

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Specifies a property or a field to be extracted from an activity and sent to the tracking service together with an associated collection of annotations when a track point is matched.

public ref class ActivityDataTrackingExtract : System::Workflow::Runtime::Tracking::TrackingExtract
[System.Serializable]
public class ActivityDataTrackingExtract : System.Workflow.Runtime.Tracking.TrackingExtract
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ActivityDataTrackingExtract : System.Workflow.Runtime.Tracking.TrackingExtract
[<System.Serializable>]
type ActivityDataTrackingExtract = class
    inherit TrackingExtract
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ActivityDataTrackingExtract = class
    inherit TrackingExtract
Public Class ActivityDataTrackingExtract
Inherits TrackingExtract
Inheritance
ActivityDataTrackingExtract
Attributes

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Each user event or activity status event that occurs during a workflow instance is associated with a specific activity. An ActivityDataTrackingExtract specifies a property or a field to be extracted from this activity. You can include an ActivityDataTrackingExtract in either UserTrackPoint.Extracts or ActivityTrackPoint.Extracts to instruct the runtime tracking infrastructure to extract a field or a property from the associated activity when the infrastructure matches an ActivityTrackPoint or a UserTrackPoint. The runtime tracking infrastructure puts the extracted data and any associated annotations in the ActivityTrackingRecord or the UserTrackingRecord that it returns to the tracking service.

Set Member to specify the field or property for the runtime tracking infrastructure to extract from the activity. You can associate additional information with the extracted data by adding to Annotations.

Constructors

ActivityDataTrackingExtract()

Initializes a new instance of the ActivityDataTrackingExtract class.

ActivityDataTrackingExtract(String)

Initializes a new instance of the ActivityDataTrackingExtract class by using the specified activity member name.

Properties

Annotations

Gets the collection of annotations associated with the extracted data.

Member

Gets or sets the field or the property to be extracted from the associated activity when a track point is matched.

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)

Applies to