TrackingExtract 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.*
The abstract
base class representing a field or a property to be extracted from a workflow instance and its associated annotations.
public ref class TrackingExtract abstract
[System.Serializable]
public abstract class TrackingExtract
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public abstract class TrackingExtract
[<System.Serializable>]
type TrackingExtract = class
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type TrackingExtract = class
Public MustInherit Class TrackingExtract
- Inheritance
-
TrackingExtract
- Derived
- Attributes
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
TrackingExtract is the abstract
base class from which the ActivityDataTrackingExtract class and the WorkflowDataTrackingExtract class are derived. An ActivityDataTrackingExtract specifies a field or a property to be extracted from the activity associated with a tracking event and a WorkflowDataTrackingExtract specifies a field or a property to be extracted from the root activity of the workflow instance.
Constructors
TrackingExtract() |
When implemented in a derived class, initializes a new instance of the TrackingExtract class. |
Properties
Annotations |
When implemented in a derived class, gets the annotations associated with the extracted data. |
Member |
When implemented in a derived class, gets or sets the name of the field or property to be extracted. |
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) |