RuleSet Class
Contains a collection of Rule classes along with the semantics for forward-chaining execution of those rules. A RuleSet can be executed directly in code or using the PolicyActivity activity.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | RuleSet() | Initializes a new instance of the RuleSet class. |
![]() | RuleSet(String^) | Initializes a new instance of the RuleSet class by using the name of the RuleSet. |
![]() | RuleSet(String^, String^) | Initializes a new instance of the RuleSet class by using the name and description of the RuleSet. |
| Name | Description | |
|---|---|---|
![]() | ChainingBehavior | Gets or sets the forward chaining behavior for the Rule classes in the RuleSet. |
![]() | Description | Gets or sets a description of the RuleSet. |
![]() | Name | Gets and sets the name of the RuleSet. |
![]() | Rules | Gets a list of Rule classes in the RuleSet. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a deep copy of the current RuleSet. |
![]() | Equals(Object^) | Determines whether two object instances are equal.(Overrides Object::Equals(Object^).) |
![]() | Execute(RuleExecution^) | Evaluates the Rule instances in the RuleSet. |
![]() | 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() | Returns the hash code for this instance.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(RuleValidation^) | Validates the RuleSet attributes and the Rule classes in the RuleSet. |
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.
System.Workflow.Activities.Rules Namespace
Forward Chaining of Rules


