C# Class Widgetsphere.Generator.ProjectItemGenerators.SQLStoredProcedureAll.SQLSelectBusinessObjectTemplate

Inheritance: ISQLGenerate
ファイルを表示 Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
GenerateContent ( StringBuilder sb ) : void
SQLSelectBusinessObjectTemplate ( ModelRoot model, Table currentTable ) : System

Protected Methods

Method Description
BuildSelectList ( ) : string

Private Methods

Method Description
AppendFullTemplate ( StringBuilder sb ) : void

Method Details

BuildSelectList() protected method

protected BuildSelectList ( ) : string
return string

GenerateContent() public method

public GenerateContent ( StringBuilder sb ) : void
sb StringBuilder
return void

SQLSelectBusinessObjectTemplate() public method

public SQLSelectBusinessObjectTemplate ( ModelRoot model, Table currentTable ) : System
model ModelRoot
currentTable Table
return System