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

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

Protected Properties

Свойство Type Description
collectionName string
ctx IZetboxContext
direction SerializerDirection
serializeIds bool
serializeRelationEntries bool
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 collectionName, bool serializeIds, bool serializeRelationEntries ) : void
EagerLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool serializeIds, bool serializeRelationEntries ) : System
Generate ( ) : void

Méthodes protégées

Méthode Description
ApplyRelationEntrySerialization ( ) : void

Method Details

ApplyRelationEntrySerialization() protected méthode

protected ApplyRelationEntrySerialization ( ) : void
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool serializeIds, bool serializeRelationEntries ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
collectionName string
serializeIds bool
serializeRelationEntries bool
Résultat void

EagerLoadingSerialization() public méthode

public EagerLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool serializeIds, bool serializeRelationEntries ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
collectionName string
serializeIds bool
serializeRelationEntries bool
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

collectionName protected_oe property

protected string collectionName
Résultat string

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

direction protected_oe property

protected SerializerDirection direction
Résultat SerializerDirection

serializeIds protected_oe property

protected bool serializeIds
Résultat bool

serializeRelationEntries protected_oe property

protected bool serializeRelationEntries
Résultat bool

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