RuleCondition Class
Base type for RuleExpressionCondition and any custom conditions created by users.
Assembly: System.Workflow.Activities (in System.Workflow.Activities.dll)
System.Workflow.Activities.Rules::RuleCondition
System.Workflow.Activities.Rules::RuleExpressionCondition
| Name | Description | |
|---|---|---|
![]() | RuleCondition() | When implemented in a derived class, initializes a new instance of the RuleCondition class. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets or sets the name of the RuleCondition. |
| Name | Description | |
|---|---|---|
![]() | Clone() | When overridden in a derived class, creates a deep copy of the current RuleCondition. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Evaluate(RuleExecution^) | When overridden in a derived class, evaluates the RuleCondition. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetDependencies(RuleValidation^) | When overridden in a derived class, gets the dependencies for the RuleCondition. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | OnRuntimeInitialized() | Called when all properties have been given values. After this call, no properties can be modified. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(RuleValidation^) | When overridden in a derived class, verifies that the RuleCondition is configured correctly and has no errors. |
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
Using Rule Conditions in Workflows


