C# Class Zetbox.Generator.Templates.CollectionEntries.CollectionEntryTemplate

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

Protected Properties

Свойство Type Description
ctx IZetboxContext

Méthodes publiques

Méthode Description
Call ( Arebis _host, IZetboxContext ctx ) : void
CollectionEntryTemplate ( Arebis _host, IZetboxContext ctx ) : System
Generate ( ) : void

Méthodes protégées

Méthode Description
ApplyAIndexPropertyTemplate ( ) : void
ApplyAPropertyTemplate ( ) : void
ApplyAttachToContextBody ( ) : void
ApplyBIndexPropertyTemplate ( ) : void
ApplyBPropertyTemplate ( ) : void
ApplyChangesFromBody ( ) : void
ApplyClassAttributeTemplate ( ) : void
ApplyClassHeadTemplate ( ) : void
ApplyClassTailTemplate ( ) : void
ApplyConstructorTemplate ( ) : void
ApplyExportGuidPropertyTemplate ( ) : void
ApplyIdPropertyTemplate ( ) : void
ApplyReloadReferenceBody ( ) : void
GetCeBaseClassName ( ) : string
GetCeClassName ( ) : string
GetCeInterface ( ) : string
GetExportGuidBackingStoreReference ( ) : string
GetIExportableInterfaces ( ) : string[]
GetInheritance ( ) : string
GetInterfaces ( ) : string[]
IsExportable ( ) : bool
IsOrdered ( ) : bool

Method Details

ApplyAIndexPropertyTemplate() protected abstract méthode

protected abstract ApplyAIndexPropertyTemplate ( ) : void
Résultat void

ApplyAPropertyTemplate() protected abstract méthode

protected abstract ApplyAPropertyTemplate ( ) : void
Résultat void

ApplyAttachToContextBody() protected méthode

protected ApplyAttachToContextBody ( ) : void
Résultat void

ApplyBIndexPropertyTemplate() protected abstract méthode

protected abstract ApplyBIndexPropertyTemplate ( ) : void
Résultat void

ApplyBPropertyTemplate() protected abstract méthode

protected abstract ApplyBPropertyTemplate ( ) : void
Résultat void

ApplyChangesFromBody() protected méthode

protected ApplyChangesFromBody ( ) : void
Résultat void

ApplyClassAttributeTemplate() protected méthode

protected ApplyClassAttributeTemplate ( ) : void
Résultat void

ApplyClassHeadTemplate() protected méthode

protected ApplyClassHeadTemplate ( ) : void
Résultat void

ApplyClassTailTemplate() protected méthode

protected ApplyClassTailTemplate ( ) : void
Résultat void

ApplyConstructorTemplate() protected méthode

protected ApplyConstructorTemplate ( ) : void
Résultat void

ApplyExportGuidPropertyTemplate() protected méthode

protected ApplyExportGuidPropertyTemplate ( ) : void
Résultat void

ApplyIdPropertyTemplate() protected méthode

protected ApplyIdPropertyTemplate ( ) : void
Résultat void

ApplyReloadReferenceBody() protected méthode

protected ApplyReloadReferenceBody ( ) : void
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx ) : void
_host Arebis
ctx IZetboxContext
Résultat void

CollectionEntryTemplate() public méthode

public CollectionEntryTemplate ( Arebis _host, IZetboxContext ctx ) : System
_host Arebis
ctx IZetboxContext
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

GetCeBaseClassName() protected abstract méthode

protected abstract GetCeBaseClassName ( ) : string
Résultat string

GetCeClassName() protected abstract méthode

protected abstract GetCeClassName ( ) : string
Résultat string

GetCeInterface() protected abstract méthode

protected abstract GetCeInterface ( ) : string
Résultat string

GetExportGuidBackingStoreReference() protected méthode

protected GetExportGuidBackingStoreReference ( ) : string
Résultat string

GetIExportableInterfaces() protected abstract méthode

protected abstract GetIExportableInterfaces ( ) : string[]
Résultat string[]

GetInheritance() protected méthode

protected GetInheritance ( ) : string
Résultat string

GetInterfaces() protected méthode

protected GetInterfaces ( ) : string[]
Résultat string[]

IsExportable() protected abstract méthode

protected abstract IsExportable ( ) : bool
Résultat bool

IsOrdered() protected abstract méthode

protected abstract IsOrdered ( ) : bool
Résultat bool

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext