A Sandcastle Documented Class Library
PartionedEpcFieldAttribute Class |
Provides data about partitioned fields of an EPC code.
Inheritance Hierarchy
Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
The PartionedEpcFieldAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PartionedEpcFieldAttribute(Type, Boolean) | Constructor for the second partitioned field (other). | |
PartionedEpcFieldAttribute(Int32, Int32, Int32, Int32, Type) | Constructor for the first partitioned field (organization). |
Properties
Name | Description | |
---|---|---|
BitAddress | Bit address of field (or 0 if variable). (Inherited from EpcFieldAttribute.) | |
BitCount | Number of bits in field (or 0 if variable). (Inherited from EpcFieldAttribute.) | |
CombinedBitCount | Gets the combined bit count of two partition fields plus the bit count used for the partition value. | |
CombinedCharacterCount | Gets the combined character (or digit as appropriate) count for the two partitioned fields. | |
FieldEncoderType | Type of field encoder used for this field. (Inherited from EpcFieldAttribute.) | |
Padded | Gets whether the partition should be padded by the use of leading zeroes. | |
PartitionBitCount | Gets the number of bits used to store the partition value. |
Methods
Name | Description | |
---|---|---|
Equals | Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
Used to annotate the two partitioned fields (implemented as properties) of an EPC encoder.
See Also