C# Класс Zetbox.Generator.Templates.Serialization.EagerLoadingSerialization

Наследование: Zetbox.Generator.ResourceTemplate
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
collectionName string
ctx IZetboxContext
direction SerializerDirection
serializeIds bool
serializeRelationEntries bool
streamName string
xmlname string
xmlnamespace string

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
ApplyRelationEntrySerialization ( ) : void

Описание методов

ApplyRelationEntrySerialization() защищенный Метод

protected ApplyRelationEntrySerialization ( ) : void
Результат void

Call() публичный статический Метод

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
Результат void

EagerLoadingSerialization() публичный Метод

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
Результат System

Generate() публичный Метод

public Generate ( ) : void
Результат void

Описание свойств

collectionName защищенное свойство

protected string collectionName
Результат string

ctx защищенное свойство

protected IZetboxContext ctx
Результат IZetboxContext

direction защищенное свойство

protected SerializerDirection direction
Результат SerializerDirection

serializeIds защищенное свойство

protected bool serializeIds
Результат bool

serializeRelationEntries защищенное свойство

protected bool serializeRelationEntries
Результат bool

streamName защищенное свойство

protected string streamName
Результат string

xmlname защищенное свойство

protected string xmlname
Результат string

xmlnamespace защищенное свойство

protected string xmlnamespace
Результат string