| EventControllerEvaluateCondition Method |
Evaluates the condition on the conditionObject and returns true if it is met.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic bool EvaluateCondition(
Condition condition,
DataObject conditionObject,
bool performStateChecks
)
Parameters
- condition
- Type: Omada.OE.ModelCondition
- conditionObject
- Type: Omada.OE.ModelDataObject
- performStateChecks
- Type: SystemBoolean
Specify true when evaluating a condition for an event that triggers on ObjectModified.
Return Value
Type:
Boolean
See Also