FixedRecordOptions Class |
Namespace: FileHelpers.Options
The FixedRecordOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | FieldCount |
The number of fields of the record type.
(Inherited from RecordOptions.) |
![]() | Fields | (Inherited from RecordOptions.) |
![]() | FieldsNames |
Returns an string array with the fields names.
Note : Do NOT change the values of the array, clone it first if needed
(Inherited from RecordOptions.) |
![]() | FieldsTypes |
Returns a Type[] array with the fields types.
Note : Do NOT change the values of the array, clone it first if
needed
(Inherited from RecordOptions.) |
![]() | FixedMode |
Indicates the behavior when variable length records are found in a
[FixedLengthRecordAttribute]. (Note: nothing in
common with [FieldOptional])
|
![]() | IgnoreCommentedLines |
Indicates that the engine must ignore the lines with this comment
marker.
(Inherited from RecordOptions.) |
![]() | IgnoreEmptyLines |
Indicates that the engine must ignore the empty lines while
reading.
(Inherited from RecordOptions.) |
![]() | IgnoreFirstLines |
Indicates the number of first lines to be discarded.
(Inherited from RecordOptions.) |
![]() | IgnoreLastLines |
Indicates the number of lines at the end of file to be discarded.
(Inherited from RecordOptions.) |
![]() | RecordCondition |
Used to tell the engine which records must be included or excluded
while reading.
(Inherited from RecordOptions.) |
![]() | RecordLength |
The sum of the individual field lengths.
|
Name | Description | |
---|---|---|
![]() | RecordToString |
Allows the creating of a record string of the given record. Is
useful when your want to log errors to a plan text file or database
(Inherited from RecordOptions.) |
![]() | RecordToValues |
Allows to get an object[] with the values of the fields in the record (Inherited from RecordOptions.) |
![]() | RemoveField | (Inherited from RecordOptions.) |