Click or drag to resize

FieldBuilder Class

Base class for the field converters
Inheritance Hierarchy

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

The FieldBuilder type exposes the following members.

Properties
  NameDescription
Public propertyConverter
Used to create the converter for the current field.
Public propertyFieldHidden
Indicates that this field must be ignored by the engine.
Public propertyFieldIndex
The position index inside the class.
Public propertyFieldInNewLine
Indicates that this field is at the beginning of a new line.
Public propertyFieldName
The name of the field.
Public propertyFieldNotEmpty
Indicates that the field cannot be empty.
Public propertyFieldNullValue
The null value of the field when their value not is in the file.
Public propertyFieldOptional
Indicates that this field is optional.
Public propertyFieldType
The Type of the field
Public propertyFieldValueDiscarded
Discards the values for the target field.
Public propertyTrimChars
Indicates the trim chars used if TrimMode is set.
Public propertyTrimMode
Indicates the TrimMode for the field.
Public propertyVisibility
Gets or sets the visibility of the field.
Top
See Also