Property | Type | Description | |
---|---|---|---|
backingStoreName | string | ||
ctx | IZetboxContext | ||
direction | SerializerDirection | ||
enumerationType | string | ||
streamName | string | ||
xmlname | string | ||
xmlnamespace | string |
Method | Description | |
---|---|---|
AddToSerializers ( SerializationMembersList list, EnumerationProperty prop, string backingStoreName ) : void | ||
AddToSerializers ( SerializationMembersList list, SerializerType type, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType ) : void | ||
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType ) : void | ||
EnumBinarySerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType ) : System | ||
Generate ( ) : void |
public static AddToSerializers ( SerializationMembersList list, EnumerationProperty prop, string backingStoreName ) : void | ||
list | SerializationMembersList | |
prop | EnumerationProperty | |
backingStoreName | string | |
return | void |
public static AddToSerializers ( SerializationMembersList list, SerializerType type, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType ) : void | ||
list | SerializationMembersList | |
type | SerializerType | |
xmlnamespace | string | |
xmlname | string | |
backingStoreName | string | |
enumerationType | string | |
return | void |
public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType ) : void | ||
_host | Arebis | |
ctx | IZetboxContext | |
direction | SerializerDirection | |
streamName | string | |
xmlnamespace | string | |
xmlname | string | |
backingStoreName | string | |
enumerationType | string | |
return | void |
public EnumBinarySerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType ) : System | ||
_host | Arebis | |
ctx | IZetboxContext | |
direction | SerializerDirection | |
streamName | string | |
xmlnamespace | string | |
xmlname | string | |
backingStoreName | string | |
enumerationType | string | |
return | System |