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

The structure that describes class. Contains name, array of fields, methods and subclasses, parent class name, access specifier. Overrides ToString() method. More...

Collaboration diagram for CodeGen.generators.Class:
Collaboration graph

Public Member Functions

override string ToString ()
 

Properties

string Name [get, set]
 Represents the name of the class. Type: string More...
 
Field[] Fields [get, set]
 Represents fields of the class. Type: array of type Field More...
 
Method[] Methods [get, set]
 Represents methods of the class. Type: array of type Method More...
 
Class[] Classes [get, set]
 Represents subclasses of the class. Type: array of type Class More...
 
string Parent [get, set]
 Represents parent class name. Type: string More...
 
string Access [get, set]
 Represents access level of the class. Type: string More...
 

Detailed Description

The structure that describes class. Contains name, array of fields, methods and subclasses, parent class name, access specifier. Overrides ToString() method.

Definition at line 48 of file Models.cs.

Member Function Documentation

override string CodeGen.generators.Class.ToString ( )

Definition at line 87 of file Models.cs.

Property Documentation

string CodeGen.generators.Class.Access
getset

Represents access level of the class. Type: string

Definition at line 84 of file Models.cs.

Class [] CodeGen.generators.Class.Classes
getset

Represents subclasses of the class. Type: array of type Class

Definition at line 72 of file Models.cs.

Field [] CodeGen.generators.Class.Fields
getset

Represents fields of the class. Type: array of type Field

Definition at line 60 of file Models.cs.

Method [] CodeGen.generators.Class.Methods
getset

Represents methods of the class. Type: array of type Method

Definition at line 66 of file Models.cs.

string CodeGen.generators.Class.Name
getset

Represents the name of the class. Type: string

Definition at line 54 of file Models.cs.

string CodeGen.generators.Class.Parent
getset

Represents parent class name. Type: string

Definition at line 78 of file Models.cs.


The documentation for this class was generated from the following file: