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

Inheritance: Zetbox.Generator.Templates.CollectionEntries.RelationEntry
Mostra file Open project: daszat/zetbox

Public Methods

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

Protected Methods

Method Description
ApplyAIndexPropertyTemplate ( ) : void
ApplyBIndexPropertyTemplate ( ) : void
ApplyClassTailTemplate ( ) : void
ApplyConstructorTemplate ( ) : void
ApplyExportGuidPropertyTemplate ( ) : void
ApplyIdPropertyTemplate ( ) : void
ApplyObjectReferenceProperty ( Relation rel, RelationEndRole endRole, string propertyName ) : void
ApplyReloadReferenceBody ( ) : void
GetExportGuidBackingStoreReference ( ) : string

Method Details

ApplyAIndexPropertyTemplate() protected method

protected ApplyAIndexPropertyTemplate ( ) : void
return void

ApplyBIndexPropertyTemplate() protected method

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

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

GetExportGuidBackingStoreReference() protected method

protected GetExportGuidBackingStoreReference ( ) : string
return string

RelationEntry() public method

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