A Sandcastle Documented Class Library
PartionedEpcFieldAttribute Constructor (Type, Boolean) |
Constructor for the second partitioned field (other).
Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public PartionedEpcFieldAttribute( Type fieldEncoderType = null, bool padded = true )
Public Sub New ( Optional fieldEncoderType As Type = Nothing, Optional padded As Boolean = true )
public: PartionedEpcFieldAttribute( Type^ fieldEncoderType = nullptr, bool padded = true )
new : ?fieldEncoderType : Type * ?padded : bool (* Defaults: let _fieldEncoderType = defaultArg fieldEncoderType null let _padded = defaultArg padded true *) -> PartionedEpcFieldAttribute
Parameters
- fieldEncoderType (Optional)
- Type: SystemType
Type of field encoder to use. Default NumericEncoding. - padded (Optional)
- Type: SystemBoolean
If true, then the second partition value will be padded with leading zeroes. Default true.
See Also