Property | Type | Description | |
---|---|---|---|
backingStoreName | string | ||
backingStoreType | string | ||
ctx | IZetboxContext | ||
direction | SerializerDirection | ||
memberName | string | ||
memberType | string | ||
streamName | string | ||
xmlname | string | ||
xmlnamespace | string |
Method | Description | |
---|---|---|
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void | ||
CompoundObjectSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : System | ||
Generate ( ) : void |
public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
direction | SerializerDirection | |
streamName | string | |
xmlnamespace | string | |
xmlname | string | |
memberType | string | |
memberName | string | |
backingStoreType | string | |
backingStoreName | string | |
return | void |
public CompoundObjectSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
direction | SerializerDirection | |
streamName | string | |
xmlnamespace | string | |
xmlname | string | |
memberType | string | |
memberName | string | |
backingStoreType | string | |
backingStoreName | string | |
return | System |