Default Constructor
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);
EPCBase Class | Apostrophe.EPC Namespace