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

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

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext
direction SerializerDirection
propertyName string
streamName string
xmlname string
xmlnamespace string

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string propertyName ) : void
EagerObjectLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string propertyName ) : System
Generate ( ) : void

메소드 상세

Call() 공개 정적인 메소드

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

EagerObjectLoadingSerialization() 공개 메소드

public EagerObjectLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string propertyName ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
propertyName string
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

direction 보호되어 있는 프로퍼티

protected SerializerDirection direction
리턴 SerializerDirection

propertyName 보호되어 있는 프로퍼티

protected string propertyName
리턴 string

streamName 보호되어 있는 프로퍼티

protected string streamName
리턴 string

xmlname 보호되어 있는 프로퍼티

protected string xmlname
리턴 string

xmlnamespace 보호되어 있는 프로퍼티

protected string xmlnamespace
리턴 string