C# Class Zetbox.DalProvider.Ef.Generator.Templates.Properties.CollectionEntryListProperty

显示文件 Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext
endRole RelationEndRole
rel Relation
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList

Public Methods

Method Description
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

Protected Methods

Method Description
AddSerialization ( Zetbox.Generator.Templates list, string memberName, bool eagerLoading ) : void

Method Details

AddSerialization() protected method

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

Call() public static method

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

CollectionEntryListProperty() public method

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

Generate() public method

public Generate ( ) : void
return void

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

endRole protected_oe property

protected RelationEndRole endRole
return RelationEndRole

rel protected_oe property

protected Relation rel
return Relation

serializationList protected_oe property

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
return Zetbox.Generator.Templates.Serialization.SerializationMembersList