Share via


RFIDTagBase.postSplitValidation Method [AX 2012]

The base method to validate the fields from the tag ID after it is split.

Syntax

protected abstract boolean postSplitValidation()

Run On

Called

Return Value

Type: boolean
true if the fields from the tag ID are valid after it is split; otherwise, false.

Remarks

The method should be extended for each type of radio frequency identification (RFID) tag.

See Also

Reference

RFIDTagBase Class