The structure that describes field. Contains access, const and static properties. Inherits from Variable
More...
|
string | Access [get, set] |
| Represents access level of the field. Type: string More...
|
|
bool | Const [get, set] |
| Denotes if field is constant or not. Type: boolean More...
|
|
bool | Static [get, set] |
| Denotes if field is static or not. Type: boolean More...
|
|
bool | Getter [get, set] |
| Denotes if generate getter or not. Type: boolean More...
|
|
bool | Setter [get, set] |
| Denotes if generate setter or not. Type: boolean More...
|
|
string | Name [get, set] |
| Represents the name of the variable. Type: string More...
|
|
string | Type [get, set] |
| Represents the type of the variable. Type: string More...
|
|
string | Default [get, set] |
| Represents default value of the varibale. Type: string More...
|
|
The structure that describes field. Contains access, const and static properties. Inherits from Variable
Definition at line 121 of file Models.cs.
string CodeGen.generators.Field.Access |
|
getset |
Represents access level of the field. Type: string
Definition at line 127 of file Models.cs.
bool CodeGen.generators.Field.Const |
|
getset |
Denotes if field is constant or not. Type: boolean
Definition at line 133 of file Models.cs.
bool CodeGen.generators.Field.Getter |
|
getset |
Denotes if generate getter or not. Type: boolean
Definition at line 145 of file Models.cs.
bool CodeGen.generators.Field.Setter |
|
getset |
Denotes if generate setter or not. Type: boolean
Definition at line 151 of file Models.cs.
bool CodeGen.generators.Field.Static |
|
getset |
Denotes if field is static or not. Type: boolean
Definition at line 139 of file Models.cs.
The documentation for this class was generated from the following file:
- /home/travis/build/lnupmi11/CodeGen/CodeGen/generators/Models.cs