C# 클래스 Zetbox.Generator.Templates.Serialization.EnumWithDefaultBinarySerialization

상속: Zetbox.Generator.ResourceTemplate
파일 보기 프로젝트 열기: daszat/zetbox

보호된 프로퍼티들

프로퍼티 타입 설명
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