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

Mostrar archivo Open project: daszat/zetbox

Public Methods

Method Description
Call ( Arebis host, IZetboxContext ctx, Relation rel ) : void
RelationEntry ( Arebis _host, IZetboxContext ctx, Relation rel ) : System

Protected Methods

Method Description
ApplyAIndexPropertyTemplate ( ) : void
ApplyAPropertyTemplate ( ) : void
ApplyBIndexPropertyTemplate ( ) : void
ApplyBPropertyTemplate ( ) : void
ApplyChangesFromBody ( ) : void
ApplyClassHeadTemplate ( ) : void
ApplyClassTailTemplate ( ) : void
ApplyIndexPropertyTemplate ( Relation rel, RelationEndRole endRole ) : void
ApplyManageObjectState ( ) : void
ApplyObjectReferenceProperty ( Relation rel, RelationEndRole endRole, string propertyName ) : void
ApplyReloadReferenceBody ( ) : void
GetCeBaseClassName ( ) : string
GetCeClassName ( ) : string
GetCeInterface ( ) : string
GetIExportableInterfaces ( ) : string[]
IsExportable ( ) : bool
IsOrdered ( ) : bool

Method Details

ApplyAIndexPropertyTemplate() protected method

protected 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

ApplyIndexPropertyTemplate() protected method

protected ApplyIndexPropertyTemplate ( Relation rel, RelationEndRole endRole ) : void
rel Relation
endRole RelationEndRole
return void

ApplyManageObjectState() protected method

protected ApplyManageObjectState ( ) : void
return void

ApplyObjectReferenceProperty() protected method

protected ApplyObjectReferenceProperty ( Relation rel, RelationEndRole endRole, string propertyName ) : void
rel Relation
endRole RelationEndRole
propertyName string
return void

ApplyReloadReferenceBody() protected method

protected ApplyReloadReferenceBody ( ) : void
return void

Call() public static method

public static Call ( Arebis host, IZetboxContext ctx, Relation rel ) : void
host Arebis
ctx IZetboxContext
rel Relation
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

GetIExportableInterfaces() protected method

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

IsExportable() protected method

protected IsExportable ( ) : bool
return bool

IsOrdered() protected method

protected IsOrdered ( ) : bool
return bool

RelationEntry() public method

public RelationEntry ( Arebis _host, IZetboxContext ctx, Relation rel ) : System
_host Arebis
ctx IZetboxContext
rel Relation
return System