Click or drag to resize

EpcScheme Class

An EPC pure identity scheme.
Inheritance Hierarchy
SystemObject
  GS1.EPC.ApiEpcScheme

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 EpcScheme

The EpcScheme type exposes the following members.

Properties
 NameDescription
Public propertyEpcTagSchemes Returns an array of all of the EPC Tag Schemes that implement this EPC scheme.
Public propertySchemeName Returns the string name of this tag scheme as it appears in the EPC URI.
Public propertyStatic memberValues Returns the list of EPC schemes
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 EPC scheme
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldStatic memberADI The Aerospace and Defense Identifier (ADI) EPC scheme.
Public fieldStatic memberBIC The BIC Container Code (BIC) EPC scheme.
Public fieldStatic memberCPI The Component/Part Identifier (CPI) EPC scheme.
Public fieldStatic memberGDTI The GS1 Global Document Type Identifier (GDTI) EPC scheme.
Public fieldStatic memberGIAI The GS1 Global Individual Asset Identifier (GIAI) EPC scheme.
Public fieldStatic memberGID The GS1 General Identifier (GID) EPC scheme.
Public fieldStatic memberGINC The Global Identification Number for Consignment (GINC) EPC scheme.
Public fieldStatic memberGRAI The GS1 Global Returnable Asset Identifier (GRAI) EPC scheme.
Public fieldStatic memberGSIN The Global Shipment Identification Number (GSIN) EPC scheme.
Public fieldStatic memberGSRN The GS1 Global Service Relation Number (GSRN) EPC scheme.
Public fieldStatic memberGSRNP The GS1 Global Service Relation Number - Provider (GSRNP) EPC scheme.
Public fieldStatic memberITIP The Individual Trade Item Piece (ITIP) EPC scheme.
Public fieldStatic memberPGLN The Global Location Number of Party (PGLN) EPC scheme.
Public fieldStatic memberSGCN The GS1 Serialized Global Coupon Number (SGCN) EPC scheme.
Public fieldStatic memberSGLN The GS1 SGLN EPC scheme, used to represent either a Global Location Number (GLN) or GLN plus Extension.
Public fieldStatic memberSGTIN The GS1 Serialized Global Trade Item (SGTIN) EPC scheme.
Public fieldStatic memberSSCC The GS1 Serialized Shipping Container Code (SSCC) EPC scheme.
Public fieldStatic memberUPUI The Unit Pack Identifier (UPUI) EPC scheme.
Public fieldStatic memberUSDOD The US Department of Defense Identifier (USDoD) EPC scheme.
Top
See Also