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

Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

AddSerialization() protected méthode

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

Call() public static méthode

public static Call ( Arebis host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, ObjectReferenceProperty prop ) : void
host Arebis
ctx IZetboxContext
serializationList Zetbox.Generator.Templates
prop ObjectReferenceProperty
Résultat void

Call() public static méthode

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
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

ObjectListProperty() public méthode

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
Résultat System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

eagerLoading protected_oe property

protected bool eagerLoading
Résultat bool

exposedListType protected_oe property

protected string exposedListType
Résultat string

name protected_oe property

protected string name
Résultat string

otherName protected_oe property

protected string otherName
Résultat string

positionPropertyName protected_oe property

protected string positionPropertyName
Résultat string

referencedInterface protected_oe property

protected string referencedInterface
Résultat string

referencedProxy protected_oe property

protected string referencedProxy
Résultat string

serializationList protected_oe property

protected Zetbox.Generator.Templates.Serialization.SerializationMembersList serializationList
Résultat Zetbox.Generator.Templates.Serialization.SerializationMembersList

wrapperClass protected_oe property

protected string wrapperClass
Résultat string

wrapperName protected_oe property

protected string wrapperName
Résultat string