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

Show file Open project: daszat/zetbox

Protected Properties

Property Type Description
aSideType string
bSideType string
backingCollectionType string
backingName string
ctx IZetboxContext
eagerLoading bool
entryProxyType string
entryType string
exposedCollectionInterface string
inverseNavigatorName string
name string
providerCollectionType string
referencedInterface string
relId System.Guid
role RelationEndRole
serializationList Zetbox.Generator.Templates.Serialization.SerializationMembersList
serializeRelationEntries bool

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string exposedCollectionInterface, string referencedInterface, string backingName, string backingCollectionType, string aSideType, string bSideType, string entryType, string providerCollectionType, System.Guid relId, RelationEndRole role, bool eagerLoading, bool serializeRelationEntries, string entryProxyType, string inverseNavigatorName ) : void
Call ( Arebis host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, Relation rel, RelationEndRole endRole ) : void
Call ( Arebis host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, Relation rel, RelationEndRole endRole, string backingCollectionType ) : void
CollectionEntryListProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string exposedCollectionInterface, string referencedInterface, string backingName, string backingCollectionType, string aSideType, string bSideType, string entryType, string providerCollectionType, System.Guid relId, RelationEndRole role, bool eagerLoading, bool serializeRelationEntries, string entryProxyType, string inverseNavigatorName ) : System
Generate ( ) : void
RelationToBackingCollectionType ( Relation rel, RelationEnd otherEnd ) : string

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, string name, string exposedCollectionInterface, string referencedInterface, string backingName, string backingCollectionType, string aSideType, string bSideType, string entryType, string providerCollectionType, System.Guid relId, RelationEndRole role, bool eagerLoading, bool serializeRelationEntries, string entryProxyType, string inverseNavigatorName ) : void
_host Arebis
ctx IZetboxContext
serializationList Zetbox
name string
exposedCollectionInterface string
referencedInterface string
backingName string
backingCollectionType string
aSideType string
bSideType string
entryType string
providerCollectionType string
relId System.Guid
role RelationEndRole
eagerLoading bool
serializeRelationEntries bool
entryProxyType string
inverseNavigatorName string
return void

Call() public static method

public static Call ( Arebis host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, Relation rel, RelationEndRole endRole ) : void
host Arebis
ctx IZetboxContext
serializationList Zetbox.Generator.Templates
rel Relation
endRole RelationEndRole
return void

Call() public static method

public static Call ( Arebis host, IZetboxContext ctx, Zetbox.Generator.Templates serializationList, Relation rel, RelationEndRole endRole, string backingCollectionType ) : void
host Arebis
ctx IZetboxContext
serializationList Zetbox.Generator.Templates
rel Relation
endRole RelationEndRole
backingCollectionType string
return void

CollectionEntryListProperty() public method

public CollectionEntryListProperty ( Arebis _host, IZetboxContext ctx, Zetbox serializationList, string name, string exposedCollectionInterface, string referencedInterface, string backingName, string backingCollectionType, string aSideType, string bSideType, string entryType, string providerCollectionType, System.Guid relId, RelationEndRole role, bool eagerLoading, bool serializeRelationEntries, string entryProxyType, string inverseNavigatorName ) : System
_host Arebis
ctx IZetboxContext
serializationList Zetbox
name string
exposedCollectionInterface string
referencedInterface string
backingName string
backingCollectionType string
aSideType string
bSideType string
entryType string
providerCollectionType string
relId System.Guid
role RelationEndRole
eagerLoading bool
serializeRelationEntries bool
entryProxyType string
inverseNavigatorName string
return System

Generate() public method

public Generate ( ) : void
return void

RelationToBackingCollectionType() public static method

public static RelationToBackingCollectionType ( Relation rel, RelationEnd otherEnd ) : string
rel Relation
otherEnd RelationEnd
return string

Property Details

aSideType protected property

protected string aSideType
return string

bSideType protected property

protected string bSideType
return string

backingCollectionType protected property

protected string backingCollectionType
return string

backingName protected property

protected string backingName
return string

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

eagerLoading protected property

protected bool eagerLoading
return bool

entryProxyType protected property

protected string entryProxyType
return string

entryType protected property

protected string entryType
return string

exposedCollectionInterface protected property

protected string exposedCollectionInterface
return string

inverseNavigatorName protected property

protected string inverseNavigatorName
return string

name protected property

protected string name
return string

providerCollectionType protected property

protected string providerCollectionType
return string

referencedInterface protected property

protected string referencedInterface
return string

relId protected property

protected Guid,System relId
return System.Guid

role protected property

protected RelationEndRole role
return RelationEndRole

serializationList protected property

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

serializeRelationEntries protected property

protected bool serializeRelationEntries
return bool