C# 클래스 Widgetsphere.Generator.ProjectItemGenerators.DomainObject.DomainObjectGeneratedTemplate

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

공개 메소드들

메소드 설명
AppendConstructor ( ) : void
AppendInitializeMethod ( ) : void
AppendMemberVariables ( ) : void
AppendUsingStatements ( ) : void
DomainObjectGeneratedTemplate ( ModelRoot model, Table currentTable ) : System

보호된 메소드들

메소드 설명
BuildChildRecordSelect ( ) : string

비공개 메소드들

메소드 설명
AppendClass ( ) : void
AppendMethodAssociateParentRole ( ) : void
AppendMethodAssociated ( ) : void
AppendMethodReleaseNonIdentifyingRelationships ( ) : void
AppendMethodSelfReference ( ) : void
AppendRegionRelationshipMethods ( ) : void
AppendTemplate ( ) : void
GenerateContent ( ) : void

메소드 상세

AppendConstructor() 공개 메소드

public AppendConstructor ( ) : void
리턴 void

AppendInitializeMethod() 공개 메소드

public AppendInitializeMethod ( ) : void
리턴 void

AppendMemberVariables() 공개 메소드

public AppendMemberVariables ( ) : void
리턴 void

AppendUsingStatements() 공개 메소드

public AppendUsingStatements ( ) : void
리턴 void

BuildChildRecordSelect() 보호된 메소드

protected BuildChildRecordSelect ( ) : string
리턴 string

DomainObjectGeneratedTemplate() 공개 메소드

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