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

Inheritance: Zetbox.Generator.MemberTemplate
Exibir arquivo Open project: daszat/zetbox

Protected Properties

Property 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

Public Methods

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

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
return void

CollectionEntryListProperty() public method

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
return System

Generate() public method

public Generate ( ) : void
return void

Property Details

aSideType protected_oe property

protected string aSideType
return string

bSideType protected_oe property

protected string bSideType
return string

backingCollectionType protected_oe property

protected string backingCollectionType
return string

backingName protected_oe property

protected string backingName
return string

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

eagerLoading protected_oe property

protected bool eagerLoading
return bool

entryType protected_oe property

protected string entryType
return string

exposedCollectionInterface protected_oe property

protected string exposedCollectionInterface
return string

name protected_oe property

protected string name
return string

providerCollectionType protected_oe property

protected string providerCollectionType
return string

referencedInterface protected_oe property

protected string referencedInterface
return string

relId protected_oe property

protected Guid,System relId
return System.Guid

role protected_oe property

protected RelationEndRole role
return RelationEndRole

serializationList protected_oe property

protected Serialization.SerializationMembersList serializationList
return Serialization.SerializationMembersList