API Reference
Struct
Gs1Element
Represents one GS1 element (AI and data) with explicit length semantics.
Inheritance
- ValueType
- Gs1Element
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method Gs1.Parse
- Property Gs1ValidationResult.Elements
- Property Gs1DigitalLinkUri.DataAttributes
- Property Gs1DigitalLinkUri.Elements
- Property Gs1DigitalLinkUri.KeyQualifiers
- Property Gs1DigitalLinkUri.PrimaryIdentifier
- Method Gs1Element.Create
- Method Gs1Element.Fixed
- Method Gs1Element.Variable
Accepted by parameters
- Method Gs1.DigitalLink
- Method Gs1.ElementString
- Method Gs1.Encode128
- Method Gs1Validator.ToElementString
- Method Gs1DigitalLink.Build
- Method Gs1DigitalLink.BuildCanonical
- Method Gs1DigitalLink.BuildCanonical
Methods
public static Gs1Element Create(String ai, String data) #Returns:
Gs1ElementCreates an element using official catalog length and separator semantics.
Parameters
- ai System.String
- data System.String
public static Gs1Element Fixed(String ai, String data) #Returns:
Gs1ElementCreates an expert-specified fixed-length element without catalog lookup.
Parameters
- ai System.String
- data System.String
public static Gs1Element Variable(String ai, String data) #Returns:
Gs1ElementCreates an expert-specified variable-length element without catalog lookup.
Parameters
- ai System.String
- data System.String