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