CodeGen
 All Classes Namespaces Files Functions Variables Properties Pages
CodeGen.generators.Variable Class Reference

The structure that describes variable. Contains name, type and default value More...

Inheritance diagram for CodeGen.generators.Variable:
Inheritance graph
Collaboration diagram for CodeGen.generators.Variable:
Collaboration graph

Properties

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...
 

Detailed Description

The structure that describes variable. Contains name, type and default value

Definition at line 96 of file Models.cs.

Property Documentation

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: