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

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

보호된 프로퍼티들

프로퍼티 타입 설명
backingStoreName string
backingStoreType string
ctx IZetboxContext
direction SerializerDirection
memberName string
memberType string
streamName string
xmlname string
xmlnamespace string

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void
CompoundObjectSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : System
Generate ( ) : void

메소드 상세

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : void
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
memberType string
memberName string
backingStoreType string
backingStoreName string
리턴 void

CompoundObjectSerialization() 공개 메소드

public CompoundObjectSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string memberType, string memberName, string backingStoreType, string backingStoreName ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
memberType string
memberName string
backingStoreType string
backingStoreName string
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

backingStoreName 보호되어 있는 프로퍼티

protected string backingStoreName
리턴 string

backingStoreType 보호되어 있는 프로퍼티

protected string backingStoreType
리턴 string

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

direction 보호되어 있는 프로퍼티

protected SerializerDirection direction
리턴 SerializerDirection

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