FileHelpers.Dynamic Namespace |
Class | Description | |
---|---|---|
ClassBuilder | The MAIN class to work with runtime defined records. | |
ClassBuilderIgnoreCommentInfo | Indicates that the engine must ignore the lines with this comment marker. | |
ClassBuilderRecordConditionInfo | Allow to tell the engine what records must be included or excluded while reading. | |
ConverterBuilder | Used to build the ConverterAttribute for the run time classes. | |
CsvClassBuilder | Used to create classes that maps to CSV records (can be quoted, multiple lines, quoted, etc). | |
DelimitedClassBuilder | Used to create classes that maps to Delimited records. | |
DelimitedFieldBuilder | Used to create fields that are part of a delimited record class. | |
DynamicCompilationException |
Exception with error information of the run time compilation.
| |
FieldBuilder | Base class for the field converters | |
FixedFieldBuilder | Used to create Fixed Length fields and set their properties. | |
FixedLengthClassBuilder | Used to create classes that maps to Fixed Length records. |