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

파일 보기 프로젝트 열기: daszat/zetbox

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext
eventName string
objType string

공개 메소드들

메소드 설명
Call ( Arebis host, IZetboxContext ctx, System.Property prop ) : void
Call ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : void
Generate ( ) : void
PropertyListChangedEvent ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : System

보호된 메소드들

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

메소드 상세

Call() 공개 정적인 메소드

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

Call() 공개 정적인 메소드

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

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

ModifyMemberAttributes() 보호된 메소드

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

PropertyListChangedEvent() 공개 메소드

public PropertyListChangedEvent ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : System
_host Arebis
ctx IZetboxContext
eventName string
objType string
리턴 System

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

eventName 보호되어 있는 프로퍼티

protected string eventName
리턴 string

objType 보호되어 있는 프로퍼티

protected string objType
리턴 string