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

파일 보기 프로젝트 열기: daszat/zetbox

보호된 프로퍼티들

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