C# Class Widgetsphere.Generator.ProjectItemGenerators.DataService.DataServiceWebConfigMainServiceCS.DataServiceWebConfigMainServiceCSTemplate

Inheritance: BaseDataTransferServiceTemplate
Datei anzeigen Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
AppendClass ( ) : void
DataServiceWebConfigMainServiceCSTemplate ( ModelRoot model ) : System

Private Methods

Method Description
AddObject ( Table table ) : void
DeleteObject ( Table table ) : void
GenerateContent ( ) : void
PrimaryKeyColumnList ( Table table, bool includeType ) : string
PrimaryKeyColumnList ( Table table, bool includeType, bool useBraces ) : string
PrimaryKeyColumnTypeConversionList ( Table table ) : string
PrimaryKeyPublicParameterList ( Table table ) : string
PrimaryKeyUrlFacade ( Table table ) : string
SelectAll ( Table table ) : void
SelectByColumn ( Table table ) : void
SelectByForeignKey ( Table table ) : void
SelectByPrimaryKey ( Table table ) : void
SelectPaged ( Table table ) : void

Method Details

AppendClass() public method

public AppendClass ( ) : void
return void

DataServiceWebConfigMainServiceCSTemplate() public method

public DataServiceWebConfigMainServiceCSTemplate ( ModelRoot model ) : System
model ModelRoot
return System