PartitionedEpcEncoder Properties

TegoOS

PartitionedEpcEncoder Properties

The PartitionedEpcEncoder type exposes the following members.

Properties
  Name Description
Public property FieldTable
Gets a table mapping EPC field PropertyInfo to the EpcFieldAttribute which describes the field.
(Inherited from EpcEncoder.)
Protected property FirstPartitionParameters
Partition attributes for the first partition field.
Protected property FirstPartitionPropertyInfo
PropertyInfo for the first partition field.
Public property Header
Gets the header byte used by this encoder.
(Inherited from EpcEncoder.)
Public property Scheme
Gets the name of the encoding scheme implemented by this encoder.
(Inherited from EpcEncoder.)
Protected property SecondPartitionParameters
Partition attributes for the second partition field.
Protected property SecondPartitionPropertyInfo
PropertyInfo for the second partition field.
Public property WordCount
Gets the number of words this encoder produces when encoding (VARIABLE if not fixed).
(Inherited from EpcEncoder.)
Top
See Also