PdsBatchAttrib::isValidAttribRangeErrorMsg Method

Validates that the specified attribute value is within the acceptable range.

Syntax

client server public static container isValidAttribRangeErrorMsg(
    PdsBatchAttribMin _batchAttribMin, 
    PdsBatchAttribMax _batchAttribMax, 
    PdsBatchAttribValue _batchAttribValue)

Run On

Called

Parameters

Return Value

Type: container
Returns a container with a Boolean value indicating whether validation was successful, as well as an error message if it was not.

See Also

Reference

PdsBatchAttrib Table