C# Class nHydrate.Generator.EFDAL.Generators.EFMSL.MSLAdminTemplate

Inheritance: EFDALBaseTemplate
显示文件 Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
MSLAdminTemplate ( ModelRoot model ) : System

Private Methods

Method Description
AppendDeleteMap ( Table currentTable, string moduleSuffix ) : void
AppendFunctionImportMapping ( ) : void
AppendInsertMap ( Table currentTable, string moduleSuffix ) : void
AppendInsertMapScalar ( Table currentTable ) : void
AppendInsertReturnProperties ( Table currentTable ) : void
AppendMappingFragment ( CustomView view ) : void
AppendMappingFragment ( Table table ) : void
AppendRelationAssociationSetMapping ( string moduleSuffix ) : void

This maps associative entites

AppendTableEntityMappingSet ( string moduleSuffix ) : void
AppendUpdateMap ( Table currentTable, string moduleSuffix ) : void
AppendUpdateMapReturnProperties ( Table currentTable ) : void
AppendUpdateMapScalarProperties ( Table currentTable ) : void
AppendViewEntityMappingSet ( ) : void
GenerateContent ( ) : void

Method Details

MSLAdminTemplate() public method

public MSLAdminTemplate ( ModelRoot model ) : System
model nHydrate.Generator.Models.ModelRoot
return System