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

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

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

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

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

Метод Описание
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string propertyName ) : void
EagerObjectLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string propertyName ) : System
Generate ( ) : void

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

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

public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string propertyName ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
propertyName string
Результат void

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

public EagerObjectLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string propertyName ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
propertyName string
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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