C# 클래스 Widgetsphere.Generator.ProjectItemGenerators.SelectComponentCommand.SelectComponentCommandGeneratedTemplate

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

공개 메소드들

메소드 설명
AppendConstructor ( ) : void
AppendInitializeMethod ( ) : void
AppendMemberVariables ( ) : void
AppendUsingStatements ( ) : void
SelectComponentCommandGeneratedTemplate ( ModelRoot model, TableComponent currentComponent ) : System

보호된 메소드들

메소드 설명
PrimaryKeyInputParameterList ( ) : string
PrimaryKeyParameterList ( ) : string

비공개 메소드들

메소드 설명
AppendClass ( ) : void
AppendFullTemplate ( ) : void
AppendRegionPagedSelect ( ) : void
AppendRegionSearchable ( ) : void
AppendRegionSearchableSingleField ( Column column ) : void
AppendRegionSearchableSingleFieldRange ( Column column ) : void
AppendRegionSelectAll ( ) : void
AppendRegionSelectByChildTables ( ) : void

This generates a select command to get a child table from a loaded parent when the relationship is NOT based on a primary key. If the relationship is based on a primary key then the SelectBy[XXX]Pk procedure is called.

AppendRegionSelectByDates ( ) : void
AppendRegionSelectByForeignKeys ( ) : void
AppendRegionSelectByPks ( ) : void
AppendSearchClass ( ) : void
GenerateContent ( ) : void

메소드 상세

AppendConstructor() 공개 메소드

public AppendConstructor ( ) : void
리턴 void

AppendInitializeMethod() 공개 메소드

public AppendInitializeMethod ( ) : void
리턴 void

AppendMemberVariables() 공개 메소드

public AppendMemberVariables ( ) : void
리턴 void

AppendUsingStatements() 공개 메소드

public AppendUsingStatements ( ) : void
리턴 void

PrimaryKeyInputParameterList() 보호된 메소드

protected PrimaryKeyInputParameterList ( ) : string
리턴 string

PrimaryKeyParameterList() 보호된 메소드

protected PrimaryKeyParameterList ( ) : string
리턴 string

SelectComponentCommandGeneratedTemplate() 공개 메소드

public SelectComponentCommandGeneratedTemplate ( ModelRoot model, TableComponent currentComponent ) : System
model ModelRoot
currentComponent TableComponent
리턴 System