C# 클래스 Zetbox.Generator.Templates.Properties.PropertyEvents

상속: Zetbox.Generator.MemberTemplate
파일 보기 프로젝트 열기: daszat/zetbox

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext
eventName string
hasGetters bool
hasSetters bool
objType string
propType string

공개 메소드들

메소드 설명
Call ( Arebis host, IZetboxContext ctx, System.Property prop, bool isReadOnly ) : void
Call ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType, bool hasGetters, bool hasSetters ) : void
Generate ( ) : void
PropertyEvents ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType, bool hasGetters, bool hasSetters ) : System

보호된 메소드들

메소드 설명
ModifyMemberAttributes ( System memberAttributes ) : System.CodeDom.MemberAttributes

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis host, IZetboxContext ctx, System.Property prop, bool isReadOnly ) : void
host Arebis
ctx IZetboxContext
prop System.Property
isReadOnly bool
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType, bool hasGetters, bool hasSetters ) : void
_host Arebis
ctx IZetboxContext
eventName string
propType string
objType string
hasGetters bool
hasSetters bool
리턴 void

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

ModifyMemberAttributes() 보호된 메소드

protected ModifyMemberAttributes ( System memberAttributes ) : System.CodeDom.MemberAttributes
memberAttributes System
리턴 System.CodeDom.MemberAttributes

PropertyEvents() 공개 메소드

public PropertyEvents ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType, bool hasGetters, bool hasSetters ) : System
_host Arebis
ctx IZetboxContext
eventName string
propType string
objType string
hasGetters bool
hasSetters bool
리턴 System

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

eventName 보호되어 있는 프로퍼티

protected string eventName
리턴 string

hasGetters 보호되어 있는 프로퍼티

protected bool hasGetters
리턴 bool

hasSetters 보호되어 있는 프로퍼티

protected bool hasSetters
리턴 bool

objType 보호되어 있는 프로퍼티

protected string objType
리턴 string

propType 보호되어 있는 프로퍼티

protected string propType
리턴 string