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

Inheritance: Zetbox.Generator.ResourceTemplate
Show file 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 property

protected string collectionName
return string

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

direction protected property

protected SerializerDirection direction
return SerializerDirection

serializeIds protected property

protected bool serializeIds
return bool

serializeRelationEntries protected property

protected bool serializeRelationEntries
return bool

streamName protected property

protected string streamName
return string

xmlname protected property

protected string xmlname
return string

xmlnamespace protected property

protected string xmlnamespace
return string