SQLINQ Class Library  (April 2015)
Using SQLINQ to transform UML to C#
Assets.SQLINQ.Generator.SQLINQGenerator Class Reference

SQLINQGenerator - MonoBehaviour is inherited only make the script attachable to a game object and attributes editable. More...

Inheritance diagram for Assets.SQLINQ.Generator.SQLINQGenerator:

Public Member Functions

void Start ()
 
IEnumerable< string > ValidateSettings ()
 Returns NULL with no errors or the text of the first error it finds. More...
 
List< string > GenerateCode ()
 Generates the code based on the library and returns a list of log records More...
 

Public Attributes

string UMLModelFilename
 
string TemplateDirectory
 
string DataNamespaceName
 
string DomainNamespace
 
string UtilityNamespace
 
string DataPath
 
string DomainPath
 
string UtilityPath
 
string DataPathExt
 
string DomainPathExt
 
bool ScriptDebug
 

Properties

static char PathSuffix [get]
 

Detailed Description

SQLINQGenerator - MonoBehaviour is inherited only make the script attachable to a game object and attributes editable.

Member Function Documentation

List<string> Assets.SQLINQ.Generator.SQLINQGenerator.GenerateCode ( )

Generates the code based on the library and returns a list of log records

IEnumerable<string> Assets.SQLINQ.Generator.SQLINQGenerator.ValidateSettings ( )

Returns NULL with no errors or the text of the first error it finds.

Returns