C# Class Zetbox.Generator.Templates.Serialization.EnumWithDefaultBinarySerialization

Inheritance: Zetbox.Generator.ResourceTemplate
Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
backingStoreName string
ctx IZetboxContext
direction SerializerDirection
enumerationType string
isSetFlagName string
streamName string
xmlname string
xmlnamespace string

Méthodes publiques

Méthode Description
AddToSerializers ( SerializationMembersList list, EnumerationProperty prop, string backingStoreName, string isSetFlagName ) : void
AddToSerializers ( SerializationMembersList list, SerializerType type, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType, string isSetFlagName ) : void
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType, string isSetFlagName ) : void
EnumWithDefaultBinarySerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType, string isSetFlagName ) : System
Generate ( ) : void

Method Details

AddToSerializers() public static méthode

public static AddToSerializers ( SerializationMembersList list, EnumerationProperty prop, string backingStoreName, string isSetFlagName ) : void
list SerializationMembersList
prop EnumerationProperty
backingStoreName string
isSetFlagName string
Résultat void

AddToSerializers() public static méthode

public static AddToSerializers ( SerializationMembersList list, SerializerType type, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType, string isSetFlagName ) : void
list SerializationMembersList
type SerializerType
xmlnamespace string
xmlname string
backingStoreName string
enumerationType string
isSetFlagName string
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType, string isSetFlagName ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
backingStoreName string
enumerationType string
isSetFlagName string
Résultat void

EnumWithDefaultBinarySerialization() public méthode

public EnumWithDefaultBinarySerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType, string isSetFlagName ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
backingStoreName string
enumerationType string
isSetFlagName string
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

backingStoreName protected_oe property

protected string backingStoreName
Résultat string

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

direction protected_oe property

protected SerializerDirection direction
Résultat SerializerDirection

enumerationType protected_oe property

protected string enumerationType
Résultat string

isSetFlagName protected_oe property

protected string isSetFlagName
Résultat string

streamName protected_oe property

protected string streamName
Résultat string

xmlname protected_oe property

protected string xmlname
Résultat string

xmlnamespace protected_oe property

protected string xmlnamespace
Résultat string