C# Class Widgetsphere.Generator.ProjectItemGenerators.Globals

Datei anzeigen Open project: nHydrate/nHydrate

Public Methods

Method Description
AppendBusinessEntryCatch ( StringBuilder sb ) : void
BuildPrimaryKeySelectList ( ModelRoot model, Table table, bool qualifiedNames ) : string
BuildSelectList ( CustomView view, ModelRoot model ) : string
BuildSelectList ( Table table, ModelRoot model ) : string
BuildSelectList ( Table table, ModelRoot model, bool useFullHierarchy ) : string
BuildSelectList ( TableComponent component, ModelRoot model ) : string
GetColumnByKey ( ReferenceCollection referenceCollection, string columnKey ) : Column
GetColumnByName ( ReferenceCollection referenceCollection, string name ) : Column
GetDateTimeNowCode ( ModelRoot model ) : string
GetPascalName ( ModelRoot model, CustomStoredProcedure sp ) : string
GetPascalName ( ModelRoot model, CustomView view ) : string
GetPascalName ( ModelRoot model, Table table ) : string
GetSerializationMethod ( System type ) : string
GetTableDatabaseName ( ModelRoot model, Table table ) : string
GetValidSearchColumns ( Table _currentTable ) : ArrayList
ReplaceAcmeSpecifics ( string input, ModelRoot model ) : string

Method Details

AppendBusinessEntryCatch() public static method

public static AppendBusinessEntryCatch ( StringBuilder sb ) : void
sb StringBuilder
return void

BuildPrimaryKeySelectList() public static method

public static BuildPrimaryKeySelectList ( ModelRoot model, Table table, bool qualifiedNames ) : string
model ModelRoot
table Table
qualifiedNames bool
return string

BuildSelectList() public static method

public static BuildSelectList ( CustomView view, ModelRoot model ) : string
view CustomView
model ModelRoot
return string

BuildSelectList() public static method

public static BuildSelectList ( Table table, ModelRoot model ) : string
table Table
model ModelRoot
return string

BuildSelectList() public static method

public static BuildSelectList ( Table table, ModelRoot model, bool useFullHierarchy ) : string
table Table
model ModelRoot
useFullHierarchy bool
return string

BuildSelectList() public static method

public static BuildSelectList ( TableComponent component, ModelRoot model ) : string
component TableComponent
model ModelRoot
return string

GetColumnByKey() public static method

public static GetColumnByKey ( ReferenceCollection referenceCollection, string columnKey ) : Column
referenceCollection ReferenceCollection
columnKey string
return Column

GetColumnByName() public static method

public static GetColumnByName ( ReferenceCollection referenceCollection, string name ) : Column
referenceCollection ReferenceCollection
name string
return Column

GetDateTimeNowCode() public static method

public static GetDateTimeNowCode ( ModelRoot model ) : string
model ModelRoot
return string

GetPascalName() public static method

public static GetPascalName ( ModelRoot model, CustomStoredProcedure sp ) : string
model ModelRoot
sp CustomStoredProcedure
return string

GetPascalName() public static method

public static GetPascalName ( ModelRoot model, CustomView view ) : string
model ModelRoot
view CustomView
return string

GetPascalName() public static method

public static GetPascalName ( ModelRoot model, Table table ) : string
model ModelRoot
table Table
return string

GetSerializationMethod() public static method

public static GetSerializationMethod ( System type ) : string
type System
return string

GetTableDatabaseName() public static method

public static GetTableDatabaseName ( ModelRoot model, Table table ) : string
model ModelRoot
table Table
return string

GetValidSearchColumns() public static method

public static GetValidSearchColumns ( Table _currentTable ) : ArrayList
_currentTable Table
return System.Collections.ArrayList

ReplaceAcmeSpecifics() public static method

public static ReplaceAcmeSpecifics ( string input, ModelRoot model ) : string
input string
model ModelRoot
return string