Method | Description | |
---|---|---|
Evaluate ( Condition condition, object dataContext ) : bool | ||
Evaluate ( |
||
Evaluate ( IEnumerable |
||
Evaluate ( string expression, object dataContext ) : bool |
Check if the specified condition can be fullfilled by the context.
|
public Evaluate ( Condition condition, object dataContext ) : bool | ||
condition | Condition | |
dataContext | object | |
return | bool |
public Evaluate ( |
||
expression | ||
dataContext | object | |
return | bool |
public Evaluate ( IEnumerable |
||
conditions | IEnumerable |
|
dataContext | object | |
return | bool |
public Evaluate ( string expression, object dataContext ) : bool | ||
expression | string | The condition expression. e.g., Param1 > 18 AND Param2 == "Value" |
dataContext | object | The contextual object. |
return | bool |