C# Class Zetbox.DalProvider.NHibernate.Generator.Templates.Properties.ObjectListProperty

Mostrar archivo Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext
eagerLoading bool
exposedListType string
name string
otherName string
positionPropertyName string
referencedInterface string
referencedProxy string
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList
wrapperClass string
wrapperName string

Public Methods

Method Description
Call ( Arebis host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, ObjectReferenceProperty prop ) : void
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, bool eagerLoading, string wrapperName, string wrapperClass, string exposedListType, string positionPropertyName, string otherName, string referencedInterface, string referencedProxy ) : void
Generate ( ) : void
ObjectListProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, bool eagerLoading, string wrapperName, string wrapperClass, string exposedListType, string positionPropertyName, string otherName, string referencedInterface, string referencedProxy ) : System

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.Generator.Templates serializationList, ObjectReferenceProperty prop ) : void
host Arebis
ctx IZetboxContext
serializationList Zetbox.Generator.Templates
prop ObjectReferenceProperty
return void

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, bool eagerLoading, string wrapperName, string wrapperClass, string exposedListType, string positionPropertyName, string otherName, string referencedInterface, string referencedProxy ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
name string
eagerLoading bool
wrapperName string
wrapperClass string
exposedListType string
positionPropertyName string
otherName string
referencedInterface string
referencedProxy string
return void

Generate() public method

public Generate ( ) : void
return void

ObjectListProperty() public method

public ObjectListProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, bool eagerLoading, string wrapperName, string wrapperClass, string exposedListType, string positionPropertyName, string otherName, string referencedInterface, string referencedProxy ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
name string
eagerLoading bool
wrapperName string
wrapperClass string
exposedListType string
positionPropertyName string
otherName string
referencedInterface string
referencedProxy string
return System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

eagerLoading protected_oe property

protected bool eagerLoading
return bool

exposedListType protected_oe property

protected string exposedListType
return string

name protected_oe property

protected string name
return string

otherName protected_oe property

protected string otherName
return string

positionPropertyName protected_oe property

protected string positionPropertyName
return string

referencedInterface protected_oe property

protected string referencedInterface
return string

referencedProxy protected_oe property

protected string referencedProxy
return string

serializationList protected_oe property

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

wrapperClass protected_oe property

protected string wrapperClass
return string

wrapperName protected_oe property

protected string wrapperName
return string