C# 클래스 Widgetsphere.Generator.ProjectItemGenerators.BusinessObject.BusinessObjectGeneratedTemplate

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

공개 메소드들

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

보호된 메소드들

메소드 설명
EnsureValidPropertyName ( string propertyName ) : string
PrimaryKeyInputParameterList ( ) : string
PrimaryKeyParameterList ( bool useType ) : string

비공개 메소드들

메소드 설명
AppendClass ( ) : void
AppendEnum ( ) : void
AppendIAuditable ( ) : void
AppendImageMethods ( ) : void
AppendMethodCloneItem ( ) : void
AppendMethodGetProperty ( ) : void
AppendMethodGetPropertyDefinitions ( ) : void
AppendMethodGetPropertyItem ( ) : void
AppendMethodIPropertyItemDefine ( ) : void
AppendMethodReleaseNonIdentifyingRelationships ( ) : void
AppendMethodSelectByPrimaryKey ( ) : void
AppendMethodSetProperty ( ) : void
AppendPropertyContainer ( ) : void
AppendRegionFieldDescriptor ( ) : void
AppendRegionGetDefault ( ) : void
AppendRegionGetFieldLength ( ) : void
AppendRegionGetFriendlyName ( ) : void
AppendRegionGetMask ( ) : void
AppendRegionGetMaxLength ( ) : void
AppendRegionGetValue ( ) : void
AppendRegionIBusinessObject ( ) : void
AppendRegionParentCollection ( ) : void
AppendRegionPropertyItemBag ( ) : void
AppendRegionSetValue ( ) : 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

BusinessObjectGeneratedTemplate() 공개 메소드

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

EnsureValidPropertyName() 보호된 메소드

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

PrimaryKeyInputParameterList() 보호된 메소드

protected PrimaryKeyInputParameterList ( ) : string
리턴 string

PrimaryKeyParameterList() 보호된 메소드

protected PrimaryKeyParameterList ( bool useType ) : string
useType bool
리턴 string