PartionedEpcFieldAttribute Class

TegoOS

PartionedEpcFieldAttribute Class
Provides data about partitioned fields of an EPC code.
Inheritance Hierarchy
SystemObject  SystemAttribute
    Tego.Rfid.TdsEpcFieldAttribute
      Tego.Rfid.TdsPartionedEpcFieldAttribute

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public class PartionedEpcFieldAttribute : EpcFieldAttribute
Public Class PartionedEpcFieldAttribute
	Inherits EpcFieldAttribute
public ref class PartionedEpcFieldAttribute : public EpcFieldAttribute
type PartionedEpcFieldAttribute =  
    class
        inherit EpcFieldAttribute
    end

The PartionedEpcFieldAttribute type exposes the following members.

Constructors
  NameDescription
Public methodPartionedEpcFieldAttribute(Type, Boolean)
Constructor for the second partitioned field (other).
Public methodPartionedEpcFieldAttribute(Int32, Int32, Int32, Int32, Type)
Constructor for the first partitioned field (organization).
Top
Properties
  NameDescription
Public propertyBitAddress
Bit address of field (or 0 if variable).
(Inherited from EpcFieldAttribute.)
Public propertyBitCount
Number of bits in field (or 0 if variable).
(Inherited from EpcFieldAttribute.)
Public propertyCombinedBitCount
Gets the combined bit count of two partition fields plus the bit count used for the partition value.
Public propertyCombinedCharacterCount
Gets the combined character (or digit as appropriate) count for the two partitioned fields.
Public propertyFieldEncoderType
Type of field encoder used for this field.
(Inherited from EpcFieldAttribute.)
Public propertyPadded
Gets whether the partition should be padded by the use of leading zeroes.
Public propertyPartitionBitCount
Gets the number of bits used to store the partition value.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Used to annotate the two partitioned fields (implemented as properties) of an EPC encoder.
See Also