C# Class Widgetsphere.Generator.MockProxy.ProjectItemGenerators.ObjectExtension.ObjectServiceTemplate

Inheritance: BaseMockProxyTemplate
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
GenerateEvents ( ) : void
GenerateIServiceMembers ( ) : 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