C# 클래스 Widgetsphere.Generator.ProjectItemGenerators.BusinessStoredProcedure.BusinessStoredProcedureGeneratedTemplate

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

공개 메소드들

메소드 설명
AppendConstructor ( ) : void
AppendFullTemplate ( ) : void
AppendInitializeMethod ( ) : void
AppendMemberVariables ( ) : void
AppendUsingStatements ( ) : void
BusinessStoredProcedureGeneratedTemplate ( ModelRoot model, CustomStoredProcedure currentStoredProcedure ) : System

보호된 메소드들

메소드 설명
EnsureValidPropertyName ( string propertyName ) : string

비공개 메소드들

메소드 설명
AppendClass ( ) : void
AppendMethodGetProperty ( ) : void
AppendMethodGetPropertyDefinitions ( ) : void
AppendMethodGetPropertyItem ( ) : void
AppendMethodSetProperty ( ) : void
AppendPropertyContainer ( ) : void
AppendRegionGetDefault ( ) : void
AppendRegionGetFieldLength ( ) : void
AppendRegionGetFriendlyName ( ) : void
AppendRegionGetMask ( ) : void
AppendRegionGetMaxLength ( ) : void
AppendRegionGetValue ( ) : void
AppendRegionIBusinessObject ( ) : void
GenerateContent ( ) : void

메소드 상세

AppendConstructor() 공개 메소드

public AppendConstructor ( ) : void
리턴 void

AppendFullTemplate() 공개 메소드

public AppendFullTemplate ( ) : void
리턴 void

AppendInitializeMethod() 공개 메소드

public AppendInitializeMethod ( ) : void
리턴 void

AppendMemberVariables() 공개 메소드

public AppendMemberVariables ( ) : void
리턴 void

AppendUsingStatements() 공개 메소드

public AppendUsingStatements ( ) : void
리턴 void

BusinessStoredProcedureGeneratedTemplate() 공개 메소드

public BusinessStoredProcedureGeneratedTemplate ( ModelRoot model, CustomStoredProcedure currentStoredProcedure ) : System
model ModelRoot
currentStoredProcedure CustomStoredProcedure
리턴 System

EnsureValidPropertyName() 보호된 메소드

protected EnsureValidPropertyName ( string propertyName ) : string
propertyName string
리턴 string