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

Показать файл Открыть проект

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

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

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

Метод Описание
AddToSerializers ( SerializationMembersList list, EnumerationProperty prop, string backingStoreName ) : void
AddToSerializers ( SerializationMembersList list, SerializerType type, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType ) : void
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType ) : void
EnumBinarySerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType ) : System
Generate ( ) : void

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

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

public static AddToSerializers ( SerializationMembersList list, EnumerationProperty prop, string backingStoreName ) : void
list SerializationMembersList
prop EnumerationProperty
backingStoreName string
Результат void

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

public static AddToSerializers ( SerializationMembersList list, SerializerType type, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType ) : void
list SerializationMembersList
type SerializerType
xmlnamespace string
xmlname string
backingStoreName string
enumerationType string
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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