RuleExecution Class
Stores state information while executing RuleCondition or RuleAction classes.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | RuleExecution(RuleValidation^, Object^) | Initializes a new instance of the RuleExecution class by using the RuleValidation and the object to be executed. |
![]() | RuleExecution(RuleValidation^, Object^, ActivityExecutionContext^) | Initializes a new instance of the RuleExecution class by using the RuleValidation, the object to be executed, and the ActivityExecutionContext for the current activity. |
| Name | Description | |
|---|---|---|
![]() | Activity | Gets the Activity in which the rule is being executed. |
![]() | ActivityExecutionContext | Gets the ActivityExecutionContext for the current Activity. |
![]() | Halted | Gets or sets a value that indicates whether the rule execution was stopped. |
![]() | ThisObject | Gets the current object to be executed. |
![]() | Validation | Gets or sets the validation instance for the expression to execute. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


