Property | Type | Description | |
---|---|---|---|
collectionName | string | ||
ctx | IZetboxContext | ||
direction | SerializerDirection | ||
disableExport | bool | ||
orderByValue | bool | ||
streamName | string | ||
xmlname | string | ||
xmlnamespace | string |
Method | Description | |
---|---|---|
Add ( SerializationMembersList list, IZetboxContext ctx, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void | ||
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void | ||
CollectionSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : System | ||
Generate ( ) : void | ||
ShouldSerialize ( ) : bool |
public static Add ( SerializationMembersList list, IZetboxContext ctx, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void | ||
list | SerializationMembersList | |
ctx | IZetboxContext | |
xmlnamespace | string | |
xmlname | string | |
collectionName | string | |
orderByValue | bool | |
disableExport | bool | |
return | void |
public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
direction | SerializerDirection | |
streamName | string | |
xmlnamespace | string | |
xmlname | string | |
collectionName | string | |
orderByValue | bool | |
disableExport | bool | |
return | void |
public CollectionSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
direction | SerializerDirection | |
streamName | string | |
xmlnamespace | string | |
xmlname | string | |
collectionName | string | |
orderByValue | bool | |
disableExport | bool | |
return | System |