Apostrophe Systems EPC Generator 2.0

EPCBase Constructor

Default Constructor

Overload List

Default Constructor

public EPCBase();

Constructor used in serialization

public EPCBase(SerializationInfo,StreamingContext);

Constructor to set the EPC Type. The size of this EPC Number will be 96 Bits

public EPCBase(string);

Constructor used to set both the type of the EPC Number and Size of the EPC Number

public EPCBase(string,int);

Creates a 96 or 64 Bit EPC Number that will use GetNext to Generate its Serial Numbers.

public EPCBase(string,int,int,int);

Constructor that takes a Uri

public EPCBase(Uri);

See Also

EPCBase Class | Apostrophe.EPC Namespace