C# 클래스 Zetbox.Generator.Templates.ObjectClasses.UpdateParentTemplate

파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
props List

공개 메소드들

메소드 설명
Call ( Arebis _host, List props ) : void
Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType ) : void
Generate ( ) : void
UpdateParentTemplate ( Arebis _host, List props ) : System

보호된 메소드들

메소드 설명
ApplyCase ( UpdateParentTemplateParams prop ) : void
GetParentObjExpression ( string ifType ) : string
GetPropertyBackingStore ( string propName ) : string

메소드 상세

ApplyCase() 보호된 메소드

protected ApplyCase ( UpdateParentTemplateParams prop ) : void
prop UpdateParentTemplateParams
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, List props ) : void
_host Arebis
props List
리턴 void

Call() 공개 정적인 메소드

public static Call ( IGenerationHost host, IZetboxContext ctx, DataType dataType ) : void
host IGenerationHost
ctx IZetboxContext
dataType DataType
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

GetParentObjExpression() 보호된 메소드

protected GetParentObjExpression ( string ifType ) : string
ifType string
리턴 string

GetPropertyBackingStore() 보호된 메소드

protected GetPropertyBackingStore ( string propName ) : string
propName string
리턴 string

UpdateParentTemplate() 공개 메소드

public UpdateParentTemplate ( Arebis _host, List props ) : System
_host Arebis
props List
리턴 System

프로퍼티 상세

props 보호되어 있는 프로퍼티

protected List props
리턴 List