Свойство | Type | Description | |
---|---|---|---|
ctx | IZetboxContext | ||
eventName | string | ||
hasGetters | bool | ||
hasSetters | bool | ||
objType | string | ||
propType | string |
Méthode | Description | |
---|---|---|
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 |
Méthode | Description | |
---|---|---|
ModifyMemberAttributes ( System memberAttributes ) : System.CodeDom.MemberAttributes |
public static Call ( Arebis host, IZetboxContext ctx, System.Property prop, bool isReadOnly ) : void | ||
host | Arebis | |
ctx | IZetboxContext | |
prop | System.Property | |
isReadOnly | bool | |
Résultat | void |
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 | |
Résultat | void |
protected ModifyMemberAttributes ( System memberAttributes ) : System.CodeDom.MemberAttributes | ||
memberAttributes | System | |
Résultat | System.CodeDom.MemberAttributes |
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 | |
Résultat | System |