RuleDefinitions Class
Represents the root of the .rules files and contains all the RuleSets and RuleConditions associated with a workflow. This class cannot be inherited.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | RuleDefinitions() | Initializes a new instance of the RuleDefinitions class. |
| Name | Description | |
|---|---|---|
![]() | Conditions | Gets the collection of rule conditions in the workflow. |
![]() | RuleSets | Gets the collection of RuleSets in the workflow. |
| Name | Description | |
|---|---|---|
![]() | Diff(Object^, Object^) | Determines the difference between Conditions and the RuleSets in the original definition and the changed definition. |
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | RuleDefinitionsProperty | Represents the DependencyProperty that targets the RuleDefinitions property. |
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.



