Property | Type | Description | |
---|---|---|---|
cls | ObjectClass | ||
ctx | IZetboxContext | ||
ifName | string | ||
implName | string | ||
propertyDescriptorName | string |
Method | Description | |
---|---|---|
Call ( Arebis host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName ) : void | ||
Call ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : void | ||
CustomTypeDescriptor ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : System | ||
Generate ( ) : void |
public static Call ( Arebis host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName ) : void | ||
host | Arebis | |
ctx | IZetboxContext | |
cls | ObjectClass | |
ifName | string | |
implName | string | |
return | void |
public static Call ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
cls | ObjectClass | |
ifName | string | |
implName | string | |
propertyDescriptorName | string | |
return | void |
public CustomTypeDescriptor ( Arebis _host, IZetboxContext ctx, ObjectClass cls, string ifName, string implName, string propertyDescriptorName ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
cls | ObjectClass | |
ifName | string | |
implName | string | |
propertyDescriptorName | string | |
return | System |