Method | Description | |
---|---|---|
Form1 ( ) : System |
Initializes a new instance of the Form1 class.
|
|
WriteDatabaseProcsScripts ( string databaseRootFolder, string projectName ) : void |
Writes the database procs scripts.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CheckAllItems ( bool selected ) : void |
Checks or unchecks all the items in the list
|
|
GetCanDeleteCode ( string serviceFolder, |
Gets the can delete code.
|
|
GetEntityProperties ( |
||
GetKeyName ( |
||
GetKeyName ( string typeName ) : string |
Replace any type names that have an equivelant C# alias
|
|
GetSqlConnection ( string rootFolder ) : |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
NamespaceFolder ( string rootFolder, string objectNamespace ) : |
Gets the namespace folder for a selected type
|
|
PropertyTypeName ( |
Get the property type name. Will handle nullable and complex generic types.
|
|
RootFolder ( ) : |
Writes the Service file for a given type Gets the root folder to use as the base for the namespace folders
|
|
WriteFile ( |
Writes the file.
|
|
WriteRESTFile ( string rootFolder, |
Writes the REST file for a given type
|
|
WriteRockClientEnumsFile ( string rootFolder ) : void |
Writes the rock client model enums file.
|
|
WriteRockClientFile ( string rootFolder, |
Writes the DTO file for a given type
|
|
WriteRockClientIncludeClientFiles ( string rootFolder, IEnumerable |
Writes the rock client include client files.
|
|
WriteRockClientSystemGuidFiles ( string rootFolder ) : void |
Writes the rock client system unique identifier files.
|
|
WriteServiceFile ( string rootFolder, |
Writes the Service file for a given type
|
|
btnGenerate_Click ( object sender, |
Handles the Click event of the btnGenerate control.
|
|
btnLoad_Click ( object sender, |
Handles the Click event of the btnLoad control.
|
|
cbSelectAll_CheckedChanged ( object sender, |
Handles the CheckedChanged event of the cbSelectAll control.
|
|
tbClientFolder_MouseDoubleClick ( object sender, |
||
tbRestFolder_MouseDoubleClick ( object sender, |
||
tbServiceFolder_MouseDoubleClick ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public WriteDatabaseProcsScripts ( string databaseRootFolder, string projectName ) : void | ||
databaseRootFolder | string | The database root folder. |
projectName | string | Name of the project. |
return | void |