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

Inheritance: Widgetsphere.Generator.ProjectItemGenerators.BaseWCFProxyTemplate
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode Description
AppendClass ( ) : void
AppendUsingStatements ( ) : void
ObjectServiceTemplate ( ModelRoot model, Table table ) : System

Private Methods

Méthode Description
AppendMethodDelete ( ) : void
AppendMethodPersist ( ) : void
AppendMethodRunSelect ( ) : void
AppendMethodSelectByField ( ) : void
AppendMethodSelectByPK ( ) : void
AppendMethodSelectByRelation ( ) : void
GenerateContent ( ) : void

Method Details

AppendClass() public méthode

public AppendClass ( ) : void
Résultat void

AppendUsingStatements() public méthode

public AppendUsingStatements ( ) : void
Résultat void

ObjectServiceTemplate() public méthode

public ObjectServiceTemplate ( ModelRoot model, Table table ) : System
model ModelRoot
table Table
Résultat System