DelimitedFieldBuilder Class |
Namespace: FileHelpers.Dynamic
The DelimitedFieldBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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.) |
![]() | 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.) |
![]() | FieldQuoted | Indicates if the field is quoted with some char. (works with QuoteMode and QuoteChar) |
![]() | FieldType | The Type of the field (Inherited from FieldBuilder.) |
![]() | FieldValueDiscarded | Discards the values for the target field. (Inherited from FieldBuilder.) |
![]() | QuoteChar | Indicates the char used to quote this field. (only used when FieldQuoted is true) |
![]() | QuoteMode | Indicates the QuoteMode for this field. (only used when FieldQuoted is true) |
![]() | QuoteMultiline | Indicates if this quoted field can span multiple lines. (only used when FieldQuoted is true) |
![]() | 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.) |