FixedLengthClassBuilder Constructor |
Name | Description | |
---|---|---|
![]() | FixedLengthClassBuilder(String) | Used to create classes that maps to Fixed Length records. |
![]() | FixedLengthClassBuilder(String, FixedMode) | Used to create classes that maps to Fixed Length records. |
![]() | FixedLengthClassBuilder(String, Int32) |
Used to create classes that maps to Fixed Length records
and automatically instantiate many string fields as values
are passed in the lengths arg.
|
![]() | FixedLengthClassBuilder(String, DataTable, Int32) | Used to create classes that maps to Fixed Length records with the same structure than a DataTable. |