The properties of the FixedLengthClassBuilder class are listed below. For a complete list of FixedLengthClassBuilder class members, see the FixedLengthClassBuilder Members topic.
ClassName (inherited from ClassBuilder) | The name of the Class. |
FieldCount (inherited from ClassBuilder) | Returns the current number of fields. |
Fields | Overloaded. Returns the current fields of the class. |
FixedMode | Indicates the behavior when variable length records are found |
GenerateProperties (inherited from ClassBuilder) | Indicates if this ClassBuilder generates also the property accessors (Perfect for DataBinding) |
IgnoreCommentedLines (inherited from ClassBuilder) | Indicates that the engine must ignore the lines with this comment marker. |
IgnoreEmptyLines (inherited from ClassBuilder) | Indicates that the engines must ignore the empty lines in the files. |
IgnoreFirstLines (inherited from ClassBuilder) | Indicates the number of FIRST LINES to be ignored by the engines. |
IgnoreLastLines (inherited from ClassBuilder) | Indicates the number of LAST LINES to be ignored by the engines. |
LastField | Return the last added field. (use it reduce casts and code) |
Namespace (inherited from ClassBuilder) | The namespace used when creating the class. |
RecordCondition (inherited from ClassBuilder) | Allow to tell the engine what records must be included or excluded while reading. |
SealedClass (inherited from ClassBuilder) | Indicates if the generated class must be sealed. |
Visibility (inherited from ClassBuilder) | The Visibility for the class. |
FixedLengthClassBuilder Class | FileHelpers.RunTime Namespace