C# Class Widgetsphere.Generator.IOCExtensions.ProjectItemGenerators.ObjectService.ObjectServiceTemplate

Inheritance: Widgetsphere.Generator.ProjectItemGenerators.BaseWCFProxyTemplate
Mostrar archivo Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
AppendClass ( ) : void
AppendUsingStatements ( ) : void
ObjectServiceTemplate ( ModelRoot model, Table table ) : System

Private Methods

Method Description
AppendMethodDelete ( ) : void
AppendMethodPersist ( ) : void
AppendMethodRunSelect ( ) : void
AppendMethodSelectByField ( ) : void
AppendMethodSelectByPK ( ) : void
AppendMethodSelectByRelation ( ) : void
GenerateContent ( ) : void

Method Details

AppendClass() public method

public AppendClass ( ) : void
return void

AppendUsingStatements() public method

public AppendUsingStatements ( ) : void
return void

ObjectServiceTemplate() public method

public ObjectServiceTemplate ( ModelRoot model, Table table ) : System
model ModelRoot
table Table
return System