Click or drag to resize

ClassBuilder Properties

The ClassBuilder type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalReferences
Public propertyClassName
Gets or sets the name of the Class.
Public propertyCommentText
Comment text placed above the class definition
Public propertyFieldCount
Returns the current number of fields.
Public propertyFields
Returns the current fields of the class.
Public propertyGenerateProperties
Indicates if this ClassBuilder generates also the property accessors (Perfect for DataBinding)
Public propertyIgnoreCommentedLines
Indicates that the engine must ignore the lines with this comment marker.
Public propertyIgnoreEmptyLines
Indicates that the engines must ignore the empty lines in the files.
Public propertyIgnoreFirstLines
Indicates the number of FIRST LINES or heading records to be ignored by the engines.
Public propertyIgnoreLastLines
Indicates the number of LAST LINES or trailing records to be ignored by the engines.
Public propertyNamespace
The namespace used when creating the class.
Public propertyRecordCondition
Allow to tell the engine what records must be included or excluded while reading.
Public propertySealedClass
Indicates if the generated class must be sealed.
Public propertyVisibility
The Visibility for the class.
Top
See Also