Class ClassCodeModel
Represents the class code generation settings form model.
public sealed class ClassCodeModel
- Inheritance
-
objectClassCodeModel
- Extension Methods
Constructors
ClassCodeModel()
public ClassCodeModel()
Properties
BinaryColumn
The name of the binary column.
[DropDownComponent(Label = "{$base.modules.classcodegen.binaryColumn$}", Order = 8)]
public string BinaryColumn { get; set; }
Property Value
- string
CodeNameColumn
The name of the column containing the code name.
[DropDownComponent(Label = "{$base.modules.classcodegen.codeNameColumn$}", Order = 3)]
public string CodeNameColumn { get; set; }
Property Value
- string
DisplayNameColumn
The name of the column containing the display name.
[DropDownComponent(Label = "{$base.modules.classcodegen.displayNameColumn$}", Order = 2)]
public string DisplayNameColumn { get; set; }
Property Value
- string
GuidColumn
The name of the column containing the GUID.
[DropDownComponent(Label = "{$base.modules.classcodegen.guidColumn$}", Order = 5)]
public string GuidColumn { get; set; }
Property Value
- string
LastModifiedColumn
The name of the column containing information about last modification.
[DropDownComponent(Label = "{$base.modules.classcodegen.lastModifiedColumn$}", Order = 7)]
public string LastModifiedColumn { get; set; }
Property Value
- string
ObjectType
The object type.
[TextInputComponent(Label = "{$base.modules.classcodegen.objectType$}", Order = 0)]
public string ObjectType { get; set; }
Property Value
- string
UseGuidHashtable
Indicates the usage of GUID hashtable.
[CheckBoxComponent(Label = "{$base.modules.classcodegen.useGuidHashtable$}", Order = 6)]
public bool UseGuidHashtable { get; set; }
Property Value
- bool
UseIdHashtable
Indicates the usage of ID hashtable.
[CheckBoxComponent(Label = "{$base.modules.classcodegen.useIdHashtable$}", Order = 1)]
public bool UseIdHashtable { get; set; }
Property Value
- bool
UseNameHashtable
Indicates the usage of name hashtable.
[CheckBoxComponent(Label = "{$base.modules.classcodegen.useNameHashtable$}", Order = 4)]
public bool UseNameHashtable { get; set; }
Property Value
- bool