Click or drag to resize

Gs1Ai Class

A GS1 Application Identifier and value, representing a specific data element that can be encoded into EPC data carriers according to GS1 standards.
Inheritance Hierarchy
SystemObject
  GS1.EPC.ApiGs1Ai

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public class Gs1Ai

The Gs1Ai type exposes the following members.

Constructors
 NameDescription
Public methodGs1Ai Constructs a GS1 AI having the specified AI number and value.

Note that the GS1 Element String for the Global Returnable Asset Identifier (GRAI, AI 8003) includes a zero pad digit as the first character following the AI number, and so when constructing a

C#
Gs1Ai
instance for AI 8003 a zero pad character should be included as the first character of the
C#
value
parameter.

Top
Properties
 NameDescription
Public propertyAiNumber Returns the AI number for this AI (including any leading zeros). @since 1.0
Public propertyValue Returns the value for this AI @since 1.0
Top
Methods
 NameDescription
Public methodEquals Test equality with another object
(Overrides ObjectEquals(Object))
Public methodGetHashCode Returns the hash code for this object
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also