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.

Namespace:   System.Workflow.Activities.Rules
Assembly:  System.Workflow.Activities (in System.Workflow.Activities.dll)

System::Object
  System.Workflow.Activities.Rules::RuleDefinitions

public ref class RuleDefinitions sealed : IWorkflowChangeDiff

NameDescription
System_CAPS_pubmethodRuleDefinitions()

Initializes a new instance of the RuleDefinitions class.

NameDescription
System_CAPS_pubpropertyConditions

Gets the collection of rule conditions in the workflow.

System_CAPS_pubpropertyRuleSets

Gets the collection of RuleSets in the workflow.

NameDescription
System_CAPS_pubmethodDiff(Object^, Object^)

Determines the difference between Conditions and the RuleSets in the original definition and the changed definition.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticRuleDefinitionsProperty

Represents the DependencyProperty that targets the RuleDefinitions property.

.NET Framework
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.

Return to top
Show: