The structure that describes variable. Contains name, type and default value  
 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 variable. Contains name, type and default value 
Definition at line 96 of file Models.cs.
  
  | 
        
          | string CodeGen.generators.Variable.Default |  | getset | 
 
Represents default value of the varibale. Type: string 
Definition at line 114 of file Models.cs.
 
 
  
  | 
        
          | string CodeGen.generators.Variable.Name |  | getset | 
 
Represents the name of the variable. Type: string 
Definition at line 102 of file Models.cs.
 
 
  
  | 
        
          | string CodeGen.generators.Variable.Type |  | getset | 
 
Represents the type of the variable. Type: string 
Definition at line 108 of file Models.cs.
 
 
The documentation for this class was generated from the following file:
- /home/travis/build/lnupmi11/CodeGen/CodeGen/generators/Models.cs