ClassBuilder Properties |
The ClassBuilder type exposes the following members.
Name | Description | |
---|---|---|
![]() | AdditionalReferences | |
![]() | ClassName | Gets or sets the name of the Class. |
![]() | CommentText | Comment text placed above the class definition |
![]() | 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 or heading records to be ignored by the engines. |
![]() | IgnoreLastLines | Indicates the number of LAST LINES or trailing records 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. |