C# 클래스 nHydrate.Generator.EFDAL.Mocks.Generators.EntityPrimaryKey.EntityPrimaryKeyTemplate

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

공개 메소드들

메소드 설명
AppendClass ( ) : void
AppendUsingStatements ( ) : void
EntityPrimaryKeyTemplate ( ModelRoot model, Table currentTable ) : System

보호된 메소드들

메소드 설명
PrimaryKeyParameterList ( ) : string
RelationKeyParameterList ( Relation relation ) : string

비공개 메소드들

메소드 설명
BuildNonPrimaryRelations ( Relation relation ) : void
BuildPrimaryKeys ( ) : void
GenerateContent ( ) : void

메소드 상세

AppendClass() 공개 메소드

public AppendClass ( ) : void
리턴 void

AppendUsingStatements() 공개 메소드

public AppendUsingStatements ( ) : void
리턴 void

EntityPrimaryKeyTemplate() 공개 메소드

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

PrimaryKeyParameterList() 보호된 메소드

protected PrimaryKeyParameterList ( ) : string
리턴 string

RelationKeyParameterList() 보호된 메소드

protected RelationKeyParameterList ( Relation relation ) : string
relation nHydrate.Generator.Models.Relation
리턴 string