The properties of the DelimitedFieldBuilder class are listed below. For a complete list of DelimitedFieldBuilder class members, see the DelimitedFieldBuilder Members topic.
Converter (inherited from FileHelpers.RunTime.FieldBuilder) | Uset to create the converter for the current field. |
FieldIgnored (inherited from FileHelpers.RunTime.FieldBuilder) | Indicates that this field must be ignored by the engine. |
FieldIndex (inherited from FileHelpers.RunTime.FieldBuilder) | The position index inside the class. |
FieldInNewLine (inherited from FileHelpers.RunTime.FieldBuilder) | Indicates that this field is at the begging of a new line. |
FieldName (inherited from FileHelpers.RunTime.FieldBuilder) | The name of the field. |
FieldNullValue (inherited from FileHelpers.RunTime.FieldBuilder) | The null value of the field when their value not is in the file. |
FieldOptional (inherited from FileHelpers.RunTime.FieldBuilder) | Indicates that this field is optional. |
FieldQuoted | Indicates if the field is quoted with some char. (works with QuoteMode and QuoteChar) |
FieldType (inherited from FileHelpers.RunTime.FieldBuilder) | The Type of the field |
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 (inherited from FileHelpers.RunTime.FieldBuilder) | Indicates the trim chars used if TrimMode is set. |
TrimMode (inherited from FileHelpers.RunTime.FieldBuilder) | Indicates the TrimMode for the field. |
Visibility (inherited from FileHelpers.RunTime.FieldBuilder) | Gets or sets the visibility of the field. |
DelimitedFieldBuilder Class | FileHelpers.RunTime Namespace