C# 클래스 Widgetsphere.Generator.ProjectItemGenerators.PrimaryKey.PrimaryKeyTemplate

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

공개 메소드들

메소드 설명
AppendClass ( ) : void
AppendUsingStatements ( ) : void
PrimaryKeyTemplate ( 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

PrimaryKeyParameterList() 보호된 메소드

protected PrimaryKeyParameterList ( ) : string
리턴 string

PrimaryKeyTemplate() 공개 메소드

public PrimaryKeyTemplate ( ModelRoot model, Table currentTable ) : System
model ModelRoot
currentTable Table
리턴 System

RelationKeyParameterList() 보호된 메소드

protected RelationKeyParameterList ( Relation relation ) : string
relation Relation
리턴 string