Click or drag to resize

DelimitedFieldBuilder Class

Used to create fields that are part of a delimited record class.
Inheritance Hierarchy

Namespace:  FileHelpers.Dynamic
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public sealed class DelimitedFieldBuilder : FieldBuilder

The DelimitedFieldBuilder type exposes the following members.

Properties
  NameDescription
Public propertyConverter
Used to create the converter for the current field.
(Inherited from FieldBuilder.)
Public propertyFieldHidden
Indicates that this field must be ignored by the engine.
(Inherited from FieldBuilder.)
Public propertyFieldIndex
The position index inside the class.
(Inherited from FieldBuilder.)
Public propertyFieldInNewLine
Indicates that this field is at the beginning of a new line.
(Inherited from FieldBuilder.)
Public propertyFieldName
The name of the field.
(Inherited from FieldBuilder.)
Public propertyFieldNotEmpty
Indicates that the field cannot be empty.
(Inherited from FieldBuilder.)
Public propertyFieldNullValue
The null value of the field when their value not is in the file.
(Inherited from FieldBuilder.)
Public propertyFieldOptional
Indicates that this field is optional.
(Inherited from FieldBuilder.)
Public propertyFieldQuoted
Indicates if the field is quoted with some char. (works with QuoteMode and QuoteChar)
Public propertyFieldType
The Type of the field
(Inherited from FieldBuilder.)
Public propertyFieldValueDiscarded
Discards the values for the target field.
(Inherited from FieldBuilder.)
Public propertyQuoteChar
Indicates the char used to quote this field. (only used when FieldQuoted is true)
Public propertyQuoteMode
Indicates the QuoteMode for this field. (only used when FieldQuoted is true)
Public propertyQuoteMultiline
Indicates if this quoted field can span multiple lines. (only used when FieldQuoted is true)
Public propertyTrimChars
Indicates the trim chars used if TrimMode is set.
(Inherited from FieldBuilder.)
Public propertyTrimMode
Indicates the TrimMode for the field.
(Inherited from FieldBuilder.)
Public propertyVisibility
Gets or sets the visibility of the field.
(Inherited from FieldBuilder.)
Top
See Also