Creates a new ValueCondition
manager for the action the condition applies to
for the action
path to specify the property of the target the conditional operator uses
the value compared by the conditional operator against the current value of the property
the conditional operator, default ValueCondition.IsEqual
the conditional operator, default ValueCondition.IsEqual
path to specify the property of the target the conditional operator uses
the value compared by the conditional operator against the current value of the property
Returns the number for IsDifferent
returns the number for IsEqual
Returns the number for IsGreater
Returns the number for IsLesser
Compares the given value with the property value for the specified conditional operator
the result of the comparison
Serialize the ValueCondition into a JSON compatible object
serialization object
Gets the name of the conditional operator for the ValueCondition
the conditional operator
the name
Generated using TypeDoc
Defines specific conditional operators as extensions of Condition