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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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