Property | Type | Description | |
---|---|---|---|
ctx | IZetboxContext | ||
needsConcurrency | bool | ||
prefix | string | ||
properties | IEnumerable |
Method | Description | |
---|---|---|
Call ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable |
||
Generate ( ) : void | ||
PropertiesHbm ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable |
Method | Description | |
---|---|---|
ApplyCompoundObjectProperty ( string prefix, CompoundObjectProperty prop ) : void | ||
ApplyObjectReferenceProperty ( string prefix, ObjectReferenceProperty prop ) : void | ||
ApplyValueTypeProperty ( string prefix, ValueTypeProperty prop ) : void |
Method | Description | |
---|---|---|
ApplyNMProperty ( Relation rel, RelationEnd relEnd, RelationEnd otherEnd, ObjectReferenceProperty prop ) : void |
protected ApplyCompoundObjectProperty ( string prefix, CompoundObjectProperty prop ) : void | ||
prefix | string | |
prop | CompoundObjectProperty | |
return | void |
protected ApplyObjectReferenceProperty ( string prefix, ObjectReferenceProperty prop ) : void | ||
prefix | string | |
prop | ObjectReferenceProperty | |
return | void |
protected ApplyValueTypeProperty ( string prefix, ValueTypeProperty prop ) : void | ||
prefix | string | |
prop | ValueTypeProperty | |
return | void |
public static Call ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable |
||
_host | Arebis | |
ctx | IZetboxContext | |
prefix | string | |
properties | IEnumerable |
|
needsConcurrency | bool | |
return | void |
public PropertiesHbm ( Arebis _host, IZetboxContext ctx, string prefix, IEnumerable |
||
_host | Arebis | |
ctx | IZetboxContext | |
prefix | string | |
properties | IEnumerable |
|
needsConcurrency | bool | |
return | System |