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

Datei anzeigen Open project: daszat/zetbox

Public Methods

Method Description
Call ( Arebis host, IZetboxContext ctx, CompoundObjectProperty prop ) : void
Call ( Arebis host, IZetboxContext ctx, ValueTypeProperty prop ) : void
ValueCollectionEntry ( Arebis _host, IZetboxContext ctx, System.Property prop ) : System

Protected Methods

Method Description
ApplyAIndexPropertyTemplate ( ) : void
ApplyAPropertyTemplate ( ) : void
ApplyBIndexPropertyTemplate ( ) : void
ApplyBPropertyTemplate ( ) : void
ApplyChangesFromBody ( ) : void
ApplyClassHeadTemplate ( ) : void
ApplyClassTailTemplate ( ) : void
ApplyConstructorTemplate ( ) : void
ApplyExportGuidPropertyTemplate ( ) : void
ApplyReloadReferenceBody ( ) : void
ApplyUpdateParentTemplate ( ) : void
GetCeBaseClassName ( ) : string
GetCeClassName ( ) : string
GetCeInterface ( ) : string
GetExportGuidBackingStoreReference ( ) : string
GetIExportableInterfaces ( ) : string[]
IsExportable ( ) : bool
IsOrdered ( ) : bool

Method Details

ApplyAIndexPropertyTemplate() protected final method

protected final ApplyAIndexPropertyTemplate ( ) : void
return void

ApplyAPropertyTemplate() protected method

protected ApplyAPropertyTemplate ( ) : void
return void

ApplyBIndexPropertyTemplate() protected method

protected ApplyBIndexPropertyTemplate ( ) : void
return void

ApplyBPropertyTemplate() protected method

protected ApplyBPropertyTemplate ( ) : void
return void

ApplyChangesFromBody() protected method

protected ApplyChangesFromBody ( ) : 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

ApplyReloadReferenceBody() protected method

protected ApplyReloadReferenceBody ( ) : void
return void

ApplyUpdateParentTemplate() protected method

protected ApplyUpdateParentTemplate ( ) : void
return void

Call() public static method

public static Call ( Arebis host, IZetboxContext ctx, CompoundObjectProperty prop ) : void
host Arebis
ctx IZetboxContext
prop CompoundObjectProperty
return void

Call() public static method

public static Call ( Arebis host, IZetboxContext ctx, ValueTypeProperty prop ) : void
host Arebis
ctx IZetboxContext
prop ValueTypeProperty
return void

GetCeBaseClassName() protected method

protected GetCeBaseClassName ( ) : string
return string

GetCeClassName() protected method

protected GetCeClassName ( ) : string
return string

GetCeInterface() protected method

protected GetCeInterface ( ) : string
return string

GetExportGuidBackingStoreReference() protected method

protected GetExportGuidBackingStoreReference ( ) : string
return string

GetIExportableInterfaces() protected method

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

IsExportable() protected method

protected IsExportable ( ) : bool
return bool

IsOrdered() protected method

protected IsOrdered ( ) : bool
return bool

ValueCollectionEntry() public method

public ValueCollectionEntry ( Arebis _host, IZetboxContext ctx, System.Property prop ) : System
_host Arebis
ctx IZetboxContext
prop System.Property
return System