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

Inheritance: Zetbox.Generator.ResourceTemplate
Mostrar archivo Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx ) : void
CollectionEntryTemplate ( Arebis _host, IZetboxContext ctx ) : System
Generate ( ) : void

Protected Methods

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

protected abstract ApplyAIndexPropertyTemplate ( ) : void
return void

ApplyAPropertyTemplate() protected abstract method

protected abstract ApplyAPropertyTemplate ( ) : void
return void

ApplyAttachToContextBody() protected method

protected ApplyAttachToContextBody ( ) : void
return void

ApplyBIndexPropertyTemplate() protected abstract method

protected abstract ApplyBIndexPropertyTemplate ( ) : void
return void

ApplyBPropertyTemplate() protected abstract method

protected abstract ApplyBPropertyTemplate ( ) : void
return void

ApplyChangesFromBody() protected method

protected ApplyChangesFromBody ( ) : void
return void

ApplyClassAttributeTemplate() protected method

protected ApplyClassAttributeTemplate ( ) : void
return void

ApplyClassHeadTemplate() protected method

protected ApplyClassHeadTemplate ( ) : void
return void

ApplyClassTailTemplate() protected method

protected ApplyClassTailTemplate ( ) : void
return void

ApplyConstructorTemplate() protected method

protected ApplyConstructorTemplate ( ) : void
return void

ApplyExportGuidPropertyTemplate() protected method

protected ApplyExportGuidPropertyTemplate ( ) : void
return void

ApplyIdPropertyTemplate() protected method

protected ApplyIdPropertyTemplate ( ) : void
return void

ApplyReloadReferenceBody() protected method

protected ApplyReloadReferenceBody ( ) : void
return void

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx ) : void
_host Arebis
ctx IZetboxContext
return void

CollectionEntryTemplate() public method

public CollectionEntryTemplate ( Arebis _host, IZetboxContext ctx ) : System
_host Arebis
ctx IZetboxContext
return System

Generate() public method

public Generate ( ) : void
return void

GetCeBaseClassName() protected abstract method

protected abstract GetCeBaseClassName ( ) : string
return string

GetCeClassName() protected abstract method

protected abstract GetCeClassName ( ) : string
return string

GetCeInterface() protected abstract method

protected abstract GetCeInterface ( ) : string
return string

GetExportGuidBackingStoreReference() protected method

protected GetExportGuidBackingStoreReference ( ) : string
return string

GetIExportableInterfaces() protected abstract method

protected abstract GetIExportableInterfaces ( ) : string[]
return string[]

GetInheritance() protected method

protected GetInheritance ( ) : string
return string

GetInterfaces() protected method

protected GetInterfaces ( ) : string[]
return string[]

IsExportable() protected abstract method

protected abstract IsExportable ( ) : bool
return bool

IsOrdered() protected abstract method

protected abstract IsOrdered ( ) : bool
return bool

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext