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

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

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

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

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

Метод Описание
Add ( SerializationMembersList list, IZetboxContext ctx, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void
CollectionSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : System
Generate ( ) : void
ShouldSerialize ( ) : bool

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

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

public static Add ( SerializationMembersList list, IZetboxContext ctx, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void
list SerializationMembersList
ctx IZetboxContext
xmlnamespace string
xmlname string
collectionName string
orderByValue bool
disableExport bool
Результат void

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

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

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

public CollectionSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
collectionName string
orderByValue bool
disableExport bool
Результат System

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

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

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

public ShouldSerialize ( ) : bool
Результат bool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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