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

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

Protected Properties

Свойство Type Description
backingStoreName string
backingStoreType string
ctx IZetboxContext
direction SerializerDirection
memberName string
memberType string
streamName string
xmlname string
xmlnamespace string

Méthodes publiques

Méthode 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

Method Details

Call() public static méthode

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
Résultat void

CompoundObjectSerialization() public méthode

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
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

backingStoreType protected_oe property

protected string backingStoreType
Résultat string

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

direction protected_oe property

protected SerializerDirection direction
Résultat SerializerDirection

memberName protected_oe property

protected string memberName
Résultat string

memberType protected_oe property

protected string memberType
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