C# 클래스 Zetbox.DalProvider.Ef.Generator.Templates.Properties.CollectionEntryListProperty

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

보호된 프로퍼티들

프로퍼티 타입 설명
ctx IZetboxContext
endRole RelationEndRole
rel Relation
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList

공개 메소드들

메소드 설명
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, Relation rel, RelationEndRole endRole ) : void
CollectionEntryListProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, Relation rel, RelationEndRole endRole ) : System
Generate ( ) : void

보호된 메소드들

메소드 설명
AddSerialization ( Zetbox.Generator.Templates list, string memberName, bool eagerLoading ) : void

메소드 상세

AddSerialization() 보호된 메소드

protected AddSerialization ( Zetbox.Generator.Templates list, string memberName, bool eagerLoading ) : void
list Zetbox.Generator.Templates
memberName string
eagerLoading bool
리턴 void

Call() 공개 정적인 메소드

public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, Relation rel, RelationEndRole endRole ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
rel Relation
endRole RelationEndRole
리턴 void

CollectionEntryListProperty() 공개 메소드

public CollectionEntryListProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, Relation rel, RelationEndRole endRole ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
rel Relation
endRole RelationEndRole
리턴 System

Generate() 공개 메소드

public Generate ( ) : void
리턴 void

프로퍼티 상세

ctx 보호되어 있는 프로퍼티

protected IZetboxContext ctx
리턴 IZetboxContext

endRole 보호되어 있는 프로퍼티

protected RelationEndRole endRole
리턴 RelationEndRole

rel 보호되어 있는 프로퍼티

protected Relation rel
리턴 Relation

serializationList 보호되어 있는 프로퍼티

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
리턴 Zetbox.Generator.Templates.Serialization.SerializationMembersList