Enum GS1Encoder.Validation
Optional AI validation procedures that may be applied to detect invalid inputs.
Namespace: GS1.Encoders
Assembly: .dll
Syntax
public enum GS1Encoder.Validation
Remarks
These validation procedures are applied when AI data is provided using AIdataStr, DataStr or ScanData.
Only AI validation procedures whose "enabled" status can be updated (i.e. not "locked") are described.
Fields
| Name | Description |
|---|---|
| DigSigSerialKey | Serialisation qualifier AIs must be present with Digital Signature (locked: always enabled) |
| MutexAIs | Mutually exclusive AIs (locked: always enabled) |
| NUMVALIDATIONS | Value is the number of validations |
| RepeatedAIs | Repeated AIs having same value (locked: always enabled) |
| RequisiteAIs | Mandatory associations between AIs |
| UnknownAInotDLattr | Unknown AIs not permitted as GS1 DL URI data attributes |