C# 클래스 nHydrate.Generator.EFDAL.Generators.EFCSDL.EntityGeneratedTemplate

상속: EFDALBaseTemplate
파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

공개 메소드들

메소드 설명
EntityGeneratedTemplate ( ModelRoot model, Table currentTable ) : System

비공개 메소드들

메소드 설명
AppendAuditClass ( ) : void
AppendAuditQuery ( ) : void
AppendClone ( ) : void
AppendConstructors ( string tableName ) : void
AppendContextReference ( ) : void
AppendDeleteDataScaler ( ) : void

"); sb.AppendLine(" /// The paging object for the " + _currentTable.PascalName + " collection"); sb.AppendLine(" ///

"); sb.AppendLine(" /// Creates a paging object"); sb.AppendLine(" ///

"); sb.AppendLine(" /// Creates a paging object"); sb.AppendLine(" ///

AppendEntityClass ( ) : void
AppendGenerateEvents ( ) : void
AppendIAuditable ( ) : void
AppendIDataErrorInfo ( ) : void
AppendIEquatable ( ) : void
AppendIsEquivalent ( ) : void
AppendNavigationProperties ( ) : void
AppendParented ( ) : void
AppendProperties ( ) : void
AppendPropertyEventDeclarations ( Column column, string codeType ) : void
AppendPropertyEventDeclarations ( string columnName, string codeType ) : void
AppendRegionGetDatabaseFieldName ( ) : void
AppendRegionGetMaxLength ( ) : void
AppendRegionGetValue ( ) : void
AppendRegionSetValue ( ) : void
AppendStaticMethods ( ) : void
AppendStaticSQLHelpers ( ) : void
AppendUpdateDataScaler ( ) : void
AppendUsingStatements ( ) : void
GenerateAuditField ( string columnName, string codeType, string description, string propertyScope, bool isConcurrency = false ) : void
GenerateContent ( ) : void
SetInitialValues ( string propertyObjectPrefix ) : string

메소드 상세

EntityGeneratedTemplate() 공개 메소드

public EntityGeneratedTemplate ( ModelRoot model, Table currentTable ) : System
model nHydrate.Generator.Models.ModelRoot
currentTable nHydrate.Generator.Models.Table
리턴 System