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

Inheritance: Zetbox.Generator.MemberTemplate
Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
aSideType string
bSideType string
backingCollectionType string
backingName string
ctx IZetboxContext
eagerLoading bool
entryType string
exposedCollectionInterface string
name string
providerCollectionType string
referencedInterface string
relId System.Guid
role RelationEndRole
serializationList Serialization.SerializationMembersList

Méthodes publiques

Méthode Description
Call ( Arebis _host, IZetboxContext ctx, Serialization 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 ) : void
CollectionEntryListProperty ( Arebis _host, IZetboxContext ctx, Serialization 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 ) : System
Generate ( ) : void

Method Details

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, Serialization 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 ) : void
_host Arebis
ctx IZetboxContext
serializationList Serialization
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
Résultat void

CollectionEntryListProperty() public méthode

public CollectionEntryListProperty ( Arebis _host, IZetboxContext ctx, Serialization 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 ) : System
_host Arebis
ctx IZetboxContext
serializationList Serialization
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
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

aSideType protected_oe property

protected string aSideType
Résultat string

bSideType protected_oe property

protected string bSideType
Résultat string

backingCollectionType protected_oe property

protected string backingCollectionType
Résultat string

backingName protected_oe property

protected string backingName
Résultat string

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

eagerLoading protected_oe property

protected bool eagerLoading
Résultat bool

entryType protected_oe property

protected string entryType
Résultat string

exposedCollectionInterface protected_oe property

protected string exposedCollectionInterface
Résultat string

name protected_oe property

protected string name
Résultat string

providerCollectionType protected_oe property

protected string providerCollectionType
Résultat string

referencedInterface protected_oe property

protected string referencedInterface
Résultat string

relId protected_oe property

protected Guid,System relId
Résultat System.Guid

role protected_oe property

protected RelationEndRole role
Résultat RelationEndRole

serializationList protected_oe property

protected Serialization.SerializationMembersList serializationList
Résultat Serialization.SerializationMembersList