Condition Members
Provides conditions that can control the exploration of a rule, such as whether the rule is enabled and which parameter values can be generated for the rule.
The following tables list the members exposed by the Condition type.
Public Methods
Name | Description | |
---|---|---|
All | Enables exploration of the enclosing rule if a predicate is true for all elements of a collection. | |
AssertIsTrue | Marks the target state of the enclosing rule as an error state if a condition is not true. | |
Exists | Enables exploration of the enclosing rule if a predicate is true for at least one element of a collection. | |
Fail | Marks the target state of the enclosing rule as an error state. | |
IfThen | Enables exploration of the enclosing rule if a logical implication is satisfied. | |
In | Overloaded. Enables exploration of the enclosing rule if an element is contained in a collection. | |
IsFalse | Enables exploration of the enclosing rule if a condition evaluates to false. | |
IsNotNull | Enables exploration of the enclosing rule if a value is not null. | |
IsNull | Enables exploration of the enclosing rule if a value is null. | |
IsTrue | Overloaded. Enables exploration of the enclosing rule if a condition evaluates to true. |
Top
See Also
Reference
Condition Class
Microsoft.Modeling Namespace
Combination Class