Click or drag to resize

EpcClassScheme Class

An EPC class scheme. This includes a scheme for each EPC pure identity scheme that can be used as an EPC class, along with schemes defined only as EPC class schemes.
Inheritance Hierarchy
SystemObject
  GS1.EPC.ApiEpcClassScheme

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

The EpcClassScheme type exposes the following members.

Properties
 NameDescription
Public propertyEpcScheme Returns the EPC scheme that contains instances of this EPC class.
Public propertySchemeName Returns the string name of this tag scheme as it appears in the EPC URI.
Public propertyStatic memberValues Returns the list of values in this EPC class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberFromSchemeName Returns the EpcScheme instance whose URI scheme name is equal to the specified string, or null if the specified string does not match any EPC scheme name.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns the name of the scheme
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberCPI The Component/Part Identifier (CPI) EPC scheme.
Public fieldStatic memberGDTI The GS1 Global Document Type Identifier (GDTI) EPC scheme.
Public fieldStatic memberGRAI The GS1 Global Returnable Asset Identifier (GRAI) EPC scheme.
Public fieldStatic memberITIP The GS1 Individual Trade Item Piece (ITIP) EPC scheme.
Public fieldStatic memberLGTIN The GS1 Global Trade Item + Batch/Lot (LGTIN) EPC class scheme.
Public fieldStatic memberSGCN The GS1 Serialized Global Coupon Number (SGCN) EPC scheme.
Public fieldStatic memberSGTIN The GS1 Serialized Global Trade Item (SGTIN) EPC scheme.
Top
See Also