FieldInfo Class

Class FieldInfo contains information about a native struct field needed for conversions.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public class FieldInfo
Inheritance
Object    FieldInfo

Constructors

FieldInfo Create instance of FieldInfo with all necessary properties.

Properties

ClassType .NET class type.
Countprefix Length in bytes of count prefix.
Decimals Decimals of BCD.
Elements Number of elements.
Encoding Encoding of string.
Endianess Endianess.
Field Corresponding reflection object.
Length Length of fixed length string.
Pad Whether to pad.
PadChar Pad character.
PrefixLength Prefix length.
SelectPad Sub class padding to fixed length.
Selects Sub class selections.
StructType Struct type.
Zone Zone of zoned BCD.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also