ActivityTrackingCondition 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 condition that compares the value of an activity member to a specified value by using a specified comparison operator.
public ref class ActivityTrackingCondition : System::Workflow::Runtime::Tracking::TrackingCondition
[System.Serializable]
public class ActivityTrackingCondition : System.Workflow.Runtime.Tracking.TrackingCondition
[System.Serializable]
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class ActivityTrackingCondition : System.Workflow.Runtime.Tracking.TrackingCondition
[<System.Serializable>]
type ActivityTrackingCondition = class
inherit TrackingCondition
[<System.Serializable>]
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityTrackingCondition = class
inherit TrackingCondition
Public Class ActivityTrackingCondition
Inherits TrackingCondition
- Inheritance
- Attributes
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
You can use an ActivityTrackingCondition to constrain a UserTrackingLocation or an ActivityTrackingLocation.
Constructors
ActivityTrackingCondition() |
Initializes a new instance of the ActivityTrackingCondition class. |
ActivityTrackingCondition(String, String) |
Initializes a new instance of the ActivityTrackingCondition class by specifying an activity member and a value for comparison. |
Properties
Member |
Gets or sets the name of the activity member that is to be compared with Value. |
Operator |
Gets or sets the operator that is used in the comparison. |
Value |
The value that is to be compared with Member. |
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) |