OnCondition.AddExternalCondition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AddExternalCondition(Expression) |
Add external condition to the OnCondition. |
AddExternalCondition(String) |
Add external condition to the OnCondition. |
AddExternalCondition(Expression)
Add external condition to the OnCondition.
public void AddExternalCondition (AdaptiveExpressions.Expression condition);
member this.AddExternalCondition : AdaptiveExpressions.Expression -> unit
Public Sub AddExternalCondition (condition As Expression)
Parameters
- condition
- Expression
External constraint to add, it will be AND'ed to all other constraints.
Remarks
Child classes should use this to add to the base class condition.
Applies to
AddExternalCondition(String)
Add external condition to the OnCondition.
public void AddExternalCondition (string condition);
member this.AddExternalCondition : string -> unit
Public Sub AddExternalCondition (condition As String)
Parameters
- condition
- String
External constraint to add, it will be AND'ed to all other constraints.