C# Class nHydrate.Generator.EFDAL.Generators.EFCSDL.ViewEntityGeneratedTemplate

Inheritance: EFDALBaseTemplate
Mostra file Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
ViewEntityGeneratedTemplate ( ModelRoot model, CustomView currentTable ) : System

Private Methods

Method Description
AppendConstructors ( string className ) : void
AppendEntityClass ( ) : void
AppendGenerateEvents ( ) : void
AppendIEquatable ( ) : void
AppendIsEquivalent ( ) : void
AppendParented ( ) : void
AppendProperties ( ) : void
AppendPropertyEventDeclarations ( CustomViewColumn column, string codeType ) : void
AppendPropertyEventDeclarations ( string columnName, string codeType ) : void
AppendRegionGetDatabaseFieldName ( ) : void
AppendRegionGetMaxLength ( ) : void
AppendRegionGetValue ( ) : void
AppendUsingStatements ( ) : void
GenerateAuditField ( string columnName, string codeType, string description, string propertyScope ) : void
GenerateContent ( ) : void

Method Details

ViewEntityGeneratedTemplate() public method

public ViewEntityGeneratedTemplate ( ModelRoot model, CustomView currentTable ) : System
model nHydrate.Generator.Models.ModelRoot
currentTable nHydrate.Generator.Models.CustomView
return System