FixedFieldBuilder Class |
Namespace: FileHelpers.Dynamic
The FixedFieldBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlignChar | The align char of the field used for write operations. |
![]() | AlignMode | The align of the field used for write operations. |
![]() | Converter | Used to create the converter for the current field. (Inherited from FieldBuilder.) |
![]() | FieldHidden | Indicates that this field must be ignored by the engine. (Inherited from FieldBuilder.) |
![]() | FieldIndex | The position index inside the class. (Inherited from FieldBuilder.) |
![]() | FieldInNewLine | Indicates that this field is at the beginning of a new line. (Inherited from FieldBuilder.) |
![]() | FieldLength | The fixed length of the field. |
![]() | FieldName | The name of the field. (Inherited from FieldBuilder.) |
![]() | FieldNotEmpty | Indicates that the field cannot be empty. (Inherited from FieldBuilder.) |
![]() | FieldNullValue | The null value of the field when their value not is in the file. (Inherited from FieldBuilder.) |
![]() | FieldOptional | Indicates that this field is optional. (Inherited from FieldBuilder.) |
![]() | FieldType | The Type of the field (Inherited from FieldBuilder.) |
![]() | FieldValueDiscarded | Discards the values for the target field. (Inherited from FieldBuilder.) |
![]() | TrimChars | Indicates the trim chars used if TrimMode is set. (Inherited from FieldBuilder.) |
![]() | TrimMode | Indicates the TrimMode for the field. (Inherited from FieldBuilder.) |
![]() | Visibility |
Gets or sets the visibility of the field.
(Inherited from FieldBuilder.) |