Property | Type | Description | |
---|---|---|---|
backingPropertyName | string | ||
backingType | string | ||
ctx | IZetboxContext | ||
presentedType | string | ||
propName | string |
Method | Description | |
---|---|---|
Call ( Arebis _host, IZetboxContext ctx, string propName, string presentedType, string backingPropertyName, string backingType ) : void | ||
DelegatingProperty ( Arebis _host, IZetboxContext ctx, string propName, string presentedType, string backingPropertyName, string backingType ) : System | ||
Generate ( ) : void |
public static Call ( Arebis _host, IZetboxContext ctx, string propName, string presentedType, string backingPropertyName, string backingType ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
propName | string | |
presentedType | string | |
backingPropertyName | string | |
backingType | string | |
return | void |
public DelegatingProperty ( Arebis _host, IZetboxContext ctx, string propName, string presentedType, string backingPropertyName, string backingType ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
propName | string | |
presentedType | string | |
backingPropertyName | string | |
backingType | string | |
return | System |