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

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

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

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

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

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

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

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

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

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

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

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

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

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

public EnumWithDefaultBinarySerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string backingStoreName, string enumerationType, string isSetFlagName ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
backingStoreName string
enumerationType string
isSetFlagName 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

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

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

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

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

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

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

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

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