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

Inheritance: Zetbox.Generator.ResourceTemplate
Mostrar archivo Open project: daszat/zetbox

Protected Properties

Property Type Description
collectionName string
ctx IZetboxContext
direction SerializerDirection
serializeIds bool
serializeRelationEntries bool
streamName string
xmlname string
xmlnamespace string

Public Methods

Method 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

Protected Methods

Method Description
ApplyRelationEntrySerialization ( ) : void

Method Details

ApplyRelationEntrySerialization() protected method

protected ApplyRelationEntrySerialization ( ) : void
return void

Call() public static method

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

EagerLoadingSerialization() public method

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

Generate() public method

public Generate ( ) : void
return void

Property Details

collectionName protected_oe property

protected string collectionName
return string

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

direction protected_oe property

protected SerializerDirection direction
return SerializerDirection

serializeIds protected_oe property

protected bool serializeIds
return bool

serializeRelationEntries protected_oe property

protected bool serializeRelationEntries
return bool

streamName protected_oe property

protected string streamName
return string

xmlname protected_oe property

protected string xmlname
return string

xmlnamespace protected_oe property

protected string xmlnamespace
return string