C# 클래스 Zetbox.Generator.Templates.CompoundObjects.Template

A template for "CompoundObject".
상속: Zetbox.Generator.Zetbox.Generator.Templates.TypeBase
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
Template ( Arebis _host, IZetboxContext ctx, CompoundObject cType ) : System

보호된 메소드들

메소드 설명
ApplyApplyChangesFromMethod ( ) : void
ApplyClassHeadTemplate ( ) : void
ApplyClassTailTemplate ( ) : void
ApplyConstructorTemplate ( ) : void
ApplyPropertyIsValidEvent ( System.Property p ) : void
GetBaseClass ( ) : string
GetInterfaces ( ) : string[]

메소드 상세

ApplyApplyChangesFromMethod() 보호된 메소드

protected ApplyApplyChangesFromMethod ( ) : void
리턴 void

ApplyClassHeadTemplate() 보호된 메소드

protected ApplyClassHeadTemplate ( ) : void
리턴 void

ApplyClassTailTemplate() 보호된 메소드

protected ApplyClassTailTemplate ( ) : void
리턴 void

ApplyConstructorTemplate() 보호된 메소드

protected ApplyConstructorTemplate ( ) : void
리턴 void

ApplyPropertyIsValidEvent() 보호된 메소드

protected ApplyPropertyIsValidEvent ( System.Property p ) : void
p System.Property
리턴 void

GetBaseClass() 보호된 메소드

protected GetBaseClass ( ) : string
리턴 string

GetInterfaces() 보호된 메소드

protected GetInterfaces ( ) : string[]
리턴 string[]

Template() 공개 메소드

public Template ( Arebis _host, IZetboxContext ctx, CompoundObject cType ) : System
_host Arebis
ctx IZetboxContext
cType CompoundObject
리턴 System