Свойство | Type | Description | |
---|---|---|---|
ctx | IZetboxContext | ||
endRole | RelationEndRole | ||
exposedListType | string | ||
name | string | ||
otherName | string | ||
positionPropertyName | string | ||
referencedInterface | string | ||
rel | Relation | ||
serializationList | Zetbox.Generator.Templates.Serialization.SerializationMembersList | ||
wrapperClass | string | ||
wrapperName | string |
Méthode | Description | |
---|---|---|
Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, ObjectReferenceProperty prop ) : void | ||
Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, string name, string wrapperClass, string exposedListType, Relation rel, RelationEndRole endRole, string positionPropertyName ) : void |
|
|
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string wrapperName, string wrapperClass, string exposedListType, Relation rel, RelationEndRole endRole, string positionPropertyName, string otherName, string referencedInterface ) : void | ||
Generate ( ) : void | ||
ObjectListProperty ( Arebis host, IZetboxContext ctx, Serialization serializationList, Relation rel, RelationEndRole endRole ) : System | ||
ObjectListProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string wrapperName, string wrapperClass, string exposedListType, Relation rel, RelationEndRole endRole, string positionPropertyName, string otherName, string referencedInterface ) : System |
Méthode | Description | |
---|---|---|
AddSerialization ( Serialization list, string memberName, bool eagerLoading ) : void |
protected AddSerialization ( Serialization list, string memberName, bool eagerLoading ) : void | ||
list | Serialization | |
memberName | string | |
eagerLoading | bool | |
Résultat | void |
public static Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, ObjectReferenceProperty prop ) : void | ||
host | Arebis | |
ctx | IZetboxContext | |
serializationList | Serialization | |
prop | ObjectReferenceProperty | |
Résultat | void |
public static Call ( Arebis host, IZetboxContext ctx, Serialization serializationList, string name, string wrapperClass, string exposedListType, Relation rel, RelationEndRole endRole, string positionPropertyName ) : void | ||
host | Arebis | |
ctx | IZetboxContext | |
serializationList | Serialization | |
name | string | the name of the property to create |
wrapperClass | string | the name of the wrapper class for wrapping the EntityCollection |
exposedListType | string | which generic interface to use for the collection (IList or ICollection) |
rel | Relation | |
endRole | RelationEndRole | |
positionPropertyName | string | the name of the position property for this list |
Résultat | void |
public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string wrapperName, string wrapperClass, string exposedListType, Relation rel, RelationEndRole endRole, string positionPropertyName, string otherName, string referencedInterface ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
serializationList | Zetbox | |
name | string | |
wrapperName | string | |
wrapperClass | string | |
exposedListType | string | |
rel | Relation | |
endRole | RelationEndRole | |
positionPropertyName | string | |
otherName | string | |
referencedInterface | string | |
Résultat | void |
public ObjectListProperty ( Arebis host, IZetboxContext ctx, Serialization serializationList, Relation rel, RelationEndRole endRole ) : System | ||
host | Arebis | |
ctx | IZetboxContext | |
serializationList | Serialization | |
rel | Relation | |
endRole | RelationEndRole | |
Résultat | System |
public ObjectListProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string wrapperName, string wrapperClass, string exposedListType, Relation rel, RelationEndRole endRole, string positionPropertyName, string otherName, string referencedInterface ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
serializationList | Zetbox | |
name | string | |
wrapperName | string | |
wrapperClass | string | |
exposedListType | string | |
rel | Relation | |
endRole | RelationEndRole | |
positionPropertyName | string | |
otherName | string | |
referencedInterface | string | |
Résultat | System |
protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList | ||
Résultat | Zetbox.Generator.Templates.Serialization.SerializationMembersList |