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

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

Protected Properties

Свойство Type Description
ctx IZetboxContext
direction SerializerDirection
propertyName 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 propertyName ) : void
EagerObjectLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string propertyName ) : 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 propertyName ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
propertyName string
Résultat void

EagerObjectLoadingSerialization() public méthode

public EagerObjectLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string propertyName ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
propertyName string
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

direction protected_oe property

protected SerializerDirection direction
Résultat SerializerDirection

propertyName protected_oe property

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