EpcEncoder.FieldTable Property

TegoOS

EpcEncoderFieldTable Property
Gets a table mapping EPC field PropertyInfo to the EpcFieldAttribute which describes the field.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public IDictionary<PropertyInfo, EpcFieldAttribute> FieldTable { get; }
Public ReadOnly Property FieldTable As IDictionary(Of PropertyInfo, EpcFieldAttribute)
	Get
public:
property IDictionary<PropertyInfo^, EpcFieldAttribute^>^ FieldTable {
	IDictionary<PropertyInfo^, EpcFieldAttribute^>^ get ();
}
member FieldTable : IDictionary<PropertyInfo, EpcFieldAttribute> with get

Property Value

Type: IDictionaryPropertyInfo, EpcFieldAttribute
See Also