PdsBatchAttributes::evalCond Method
Evaluates the range of a batch attribute per criteria selection.
Syntax
client server public static boolean evalCond(
PdsBatchAttribId _attribId,
PdsBatchAttribValue _batchValue,
PdsBatchAttribOpr _opr,
PdsBatchAttribValue _condValue)
Run On
Called
Parameters
- _attribId
Type: PdsBatchAttribId Extended Data Type
The ID of the attribute to evaluate.
- _batchValue
Type: PdsBatchAttribValue Extended Data Type
The value to evaluate.
- _opr
Type: PdsBatchAttribOpr Enumeration
The operator to use.
- _condValue
Type: PdsBatchAttribValue Extended Data Type
The criterion value.
Return Value
Type: boolean
true if the value provided is allowed per the criteria; otherwise, false.