Click or drag to resize

FixedFieldBuilder Class

Used to create Fixed Length fields and set their properties.
Inheritance Hierarchy

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

The FixedFieldBuilder type exposes the following members.

Properties
  NameDescription
Public propertyAlignChar
The align char of the field used for write operations.
Public propertyAlignMode
The align of the field used for write operations.
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 propertyFieldLength
The fixed length of the field.
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 propertyFieldType
The Type of the field
(Inherited from FieldBuilder.)
Public propertyFieldValueDiscarded
Discards the values for the target field.
(Inherited from FieldBuilder.)
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