프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public static Call ( Arebis host, IZetboxContext ctx, System.Property prop ) : void | ||
host | Arebis | |
ctx | IZetboxContext | |
prop | System.Property | |
리턴 | void |
public static Call ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
eventName | string | |
objType | string | |
리턴 | void |
protected ModifyMemberAttributes ( System memberAttributes ) : System.CodeDom.MemberAttributes | ||
memberAttributes | System | |
리턴 | System.CodeDom.MemberAttributes |
public PropertyListChangedEvent ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
eventName | string | |
objType | string | |
리턴 | System |