Class ClassCodeModel
Represents the class code generation settings form model.
public sealed class ClassCodeModel
- Inheritance
-
objectClassCodeModel
- Extension Methods
Properties
BinaryColumn
The name of the binary column.
public string BinaryColumn { get; set; }
Property Value
- string
CodeNameColumn
The name of the column containing the code name.
public string CodeNameColumn { get; set; }
Property Value
- string
DisplayNameColumn
The name of the column containing the display name.
public string DisplayNameColumn { get; set; }
Property Value
- string
GuidColumn
The name of the column containing the GUID.
public string GuidColumn { get; set; }
Property Value
- string
LastModifiedColumn
The name of the column containing information about last modification.
public string LastModifiedColumn { get; set; }
Property Value
- string
ObjectType
The object type.
public string ObjectType { get; set; }
Property Value
- string
UseGuidHashtable
Indicates the usage of GUID hashtable.
public bool UseGuidHashtable { get; set; }
Property Value
- bool
UseIdHashtable
Indicates the usage of ID hashtable.
public bool UseIdHashtable { get; set; }
Property Value
- bool
UseNameHashtable
Indicates the usage of name hashtable.
public bool UseNameHashtable { get; set; }
Property Value
- bool