C# Class Zetbox.Generator.InterfaceTemplates.CollectionEntries.ObjectCollectionEntry

Inheritance: Template
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Méthode Description
Call ( Arebis host, IZetboxContext ctx, Relation rel ) : void
ObjectCollectionEntry ( Arebis _host, IZetboxContext ctx, Relation rel ) : System

Méthodes protégées

Méthode Description
GetAdditionalImports ( ) : IEnumerable
GetCeClassName ( ) : string
GetCeInterface ( ) : string
GetDefinitionGuid ( ) : string
GetDescription ( ) : string
IsExportable ( ) : bool
IsOrdered ( ) : bool

Private Methods

Méthode Description
CheckNullOrReturnRelationModule ( Relation rel ) : Module

Method Details

Call() public static méthode

public static Call ( Arebis host, IZetboxContext ctx, Relation rel ) : void
host Arebis
ctx IZetboxContext
rel Relation
Résultat void

GetAdditionalImports() protected méthode

protected GetAdditionalImports ( ) : IEnumerable
Résultat IEnumerable

GetCeClassName() protected méthode

protected GetCeClassName ( ) : string
Résultat string

GetCeInterface() protected méthode

protected GetCeInterface ( ) : string
Résultat string

GetDefinitionGuid() protected méthode

protected GetDefinitionGuid ( ) : string
Résultat string

GetDescription() protected méthode

protected GetDescription ( ) : string
Résultat string

IsExportable() protected méthode

protected IsExportable ( ) : bool
Résultat bool

IsOrdered() protected méthode

protected IsOrdered ( ) : bool
Résultat bool

ObjectCollectionEntry() public méthode

public ObjectCollectionEntry ( Arebis _host, IZetboxContext ctx, Relation rel ) : System
_host Arebis
ctx IZetboxContext
rel Relation
Résultat System