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

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

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

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

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

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

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

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

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

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

public CompoundObjectSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
memberType string
memberName string
backingStoreType string
backingStoreName string
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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