This namespace contains the classes to create record mapping classes at run time.
Check the examples here
Run Time Records Diagram:

| Class | Description |
|---|---|
| ClassBuilder | The MAIN class to work with runtime defined records. |
| ClassBuilder.IgnoreCommentInfo | Indicates that the engine must ignore the lines with this comment marker. |
| ClassBuilder.RecordConditionInfo | Allow to tell the engine what records must be included or excluded while reading. |
| CsvClassBuilder | Used to create classes that maps to CSV records (can be quoted, multiplelined quoted, etc). |
| DelimitedClassBuilder | Used to create classes that maps to Delimited records. |
| DelimitedFieldBuilder | Used to create fields that are part of a dilimited record class. |
| FixedFieldBuilder | Used to create Fixed Length fields and set their properties. |
| FixedLengthClassBuilder | Used to create classes that maps to Fixed Length records. |
| RunTimeCompilationException | Exception with error information of the run time compilation. |