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

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool serializeIds, bool serializeRelationEntries ) : void
EagerLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool serializeIds, bool serializeRelationEntries ) : System
Generate ( ) : void

보호된 메소드들

메소드 설명
ApplyRelationEntrySerialization ( ) : void

메소드 상세

ApplyRelationEntrySerialization() 보호된 메소드

protected ApplyRelationEntrySerialization ( ) : void
리턴 void

Call() 공개 정적인 메소드

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

EagerLoadingSerialization() 공개 메소드

public EagerLoadingSerialization ( Arebis _host, IZetboxContext ctx, SerializerDirection direction, string streamName, string xmlnamespace, string xmlname, string collectionName, bool serializeIds, bool serializeRelationEntries ) : System
_host Arebis
ctx IZetboxContext
direction SerializerDirection
streamName string
xmlnamespace string
xmlname string
collectionName string
serializeIds bool
serializeRelationEntries bool
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

collectionName 보호되어 있는 프로퍼티

protected string collectionName
리턴 string

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

direction 보호되어 있는 프로퍼티

protected SerializerDirection direction
리턴 SerializerDirection

serializeIds 보호되어 있는 프로퍼티

protected bool serializeIds
리턴 bool

serializeRelationEntries 보호되어 있는 프로퍼티

protected bool serializeRelationEntries
리턴 bool

streamName 보호되어 있는 프로퍼티

protected string streamName
리턴 string

xmlname 보호되어 있는 프로퍼티

protected string xmlname
리턴 string

xmlnamespace 보호되어 있는 프로퍼티

protected string xmlnamespace
리턴 string