RuleExecution 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.
Stores state information while executing RuleCondition or RuleAction classes.
public ref class RuleExecution
public class RuleExecution
type RuleExecution = class
Public Class RuleExecution
- Inheritance
-
RuleExecution
Constructors
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. |
Properties
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. |
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) |