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

Inheritance: Zetbox.Generator.Templates.Serialization.EagerLoadingSerialization
Show file Open project: daszat/zetbox

Protected Properties

Property Type Description
relationEntryCollectionName string

Public Methods

Method Description
EagerLoadingSerialization ( Arebis _host, IZetboxContext ctx, Zetbox.Generator.Templates direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool serializeIds, bool serializeRelationEntries, string relationEntryCollectionName ) : System

Protected Methods

Method Description
ApplyRelationEntrySerialization ( ) : void

Method Details

ApplyRelationEntrySerialization() protected method

protected ApplyRelationEntrySerialization ( ) : void
return void

EagerLoadingSerialization() public method

public EagerLoadingSerialization ( Arebis _host, IZetboxContext ctx, Zetbox.Generator.Templates direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool serializeIds, bool serializeRelationEntries, string relationEntryCollectionName ) : System
_host Arebis
ctx IZetboxContext
direction Zetbox.Generator.Templates
streamName string
xmlnamespace string
xmlname string
collectionName string
serializeIds bool
serializeRelationEntries bool
relationEntryCollectionName string
return System

Property Details

relationEntryCollectionName protected property

protected string relationEntryCollectionName
return string