Property | 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 |
Method | Description | |
---|---|---|
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, Zetbox serializationList, string name, string wrapperName, string wrapperClass, string exposedListType, Relation rel, RelationEndRole endRole, string positionPropertyName, string otherName, string referencedInterface ) : System |
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 | |
return | void |
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 | |
return | System |
protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList | ||
return | Zetbox.Generator.Templates.Serialization.SerializationMembersList |