Property | Type | Description | |
---|---|---|---|
backingStoreName | string | ||
ctx | IZetboxContext | ||
implementationTypeName | string | ||
lazyCtxParam | string | ||
propertyName | string |
Method | Description | |
---|---|---|
Call ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : void | ||
Call ( IGenerationHost _host, IZetboxContext ctx, CompoundObjectProperty property, bool asCollectionEntry, string implementationSuffix, string implementationPropertySuffix, string lazyCtxProperty ) : void | ||
Call ( IGenerationHost _host, IZetboxContext ctx, IEnumerable |
||
CompoundObjectPropertyInitialisation ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : System | ||
Generate ( ) : void |
public static Call ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
implementationTypeName | string | |
propertyName | string | |
backingStoreName | string | |
lazyCtxParam | string | |
return | void |
public static Call ( IGenerationHost _host, IZetboxContext ctx, CompoundObjectProperty property, bool asCollectionEntry, string implementationSuffix, string implementationPropertySuffix, string lazyCtxProperty ) : void | ||
_host | IGenerationHost | |
ctx | IZetboxContext | |
property | CompoundObjectProperty | |
asCollectionEntry | bool | |
implementationSuffix | string | |
implementationPropertySuffix | string | |
lazyCtxProperty | string | |
return | void |
public static Call ( IGenerationHost _host, IZetboxContext ctx, IEnumerable |
||
_host | IGenerationHost | |
ctx | IZetboxContext | |
properties | IEnumerable |
|
asCollectionEntry | bool | |
implementationSuffix | string | |
implementationPropertySuffix | string | |
lazyCtxProperty | string | |
return | void |
public CompoundObjectPropertyInitialisation ( Arebis _host, IZetboxContext ctx, string implementationTypeName, string propertyName, string backingStoreName, string lazyCtxParam ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
implementationTypeName | string | |
propertyName | string | |
backingStoreName | string | |
lazyCtxParam | string | |
return | System |