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