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

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

보호된 프로퍼티들

프로퍼티 타입 설명
collectionName string
ctx IZetboxContext
direction SerializerDirection
disableExport bool
orderByValue bool
streamName string
xmlname string
xmlnamespace string

공개 메소드들

메소드 설명
Add ( SerializationMembersList list, IZetboxContext ctx, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void
CollectionSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : System
Generate ( ) : void
ShouldSerialize ( ) : bool

메소드 상세

Add() 공개 정적인 메소드

public static Add ( SerializationMembersList list, IZetboxContext ctx, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void
list SerializationMembersList
ctx IZetboxContext
xmlnamespace string
xmlname string
collectionName string
orderByValue bool
disableExport bool
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
collectionName string
orderByValue bool
disableExport bool
리턴 void

CollectionSerialization() 공개 메소드

public CollectionSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool orderByValue, bool disableExport ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
collectionName string
orderByValue bool
disableExport bool
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

ShouldSerialize() 공개 메소드

public ShouldSerialize ( ) : bool
리턴 bool

프로퍼티 상세

collectionName 보호되어 있는 프로퍼티

protected string collectionName
리턴 string

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

direction 보호되어 있는 프로퍼티

protected SerializerDirection direction
리턴 SerializerDirection

disableExport 보호되어 있는 프로퍼티

protected bool disableExport
리턴 bool

orderByValue 보호되어 있는 프로퍼티

protected bool orderByValue
리턴 bool

streamName 보호되어 있는 프로퍼티

protected string streamName
리턴 string

xmlname 보호되어 있는 프로퍼티

protected string xmlname
리턴 string

xmlnamespace 보호되어 있는 프로퍼티

protected string xmlnamespace
리턴 string