C# Class Zetbox.Generator.Templates.ObjectClasses.DefaultMethods

Inheritance: Zetbox.Generator.ResourceTemplate
Show file Open project: daszat/zetbox Class Usage Examples

Protected Properties

Property Type Description
ctx IZetboxContext
dt DataType

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, DataType dt ) : void
DefaultMethods ( Arebis _host, IZetboxContext ctx, DataType dt ) : System
Generate ( ) : void

Protected Methods

Method Description
ApplyPostCreatedTemplate ( ) : void
ApplyPostDeletingTemplate ( ) : void
ApplyPostPostSaveTemplate ( ) : void
ApplyPostPreSaveTemplate ( ) : void
ApplyPreCreatedTemplate ( ) : void
ApplyPreDeletingTemplate ( ) : void
ApplyPrePostSaveTemplate ( ) : void
ApplyPrePreSaveTemplate ( ) : void
ApplyRequisites ( ) : void

Method Details

ApplyPostCreatedTemplate() protected method

protected ApplyPostCreatedTemplate ( ) : void
return void

ApplyPostDeletingTemplate() protected method

protected ApplyPostDeletingTemplate ( ) : void
return void

ApplyPostPostSaveTemplate() protected method

protected ApplyPostPostSaveTemplate ( ) : void
return void

ApplyPostPreSaveTemplate() protected method

protected ApplyPostPreSaveTemplate ( ) : void
return void

ApplyPreCreatedTemplate() protected method

protected ApplyPreCreatedTemplate ( ) : void
return void

ApplyPreDeletingTemplate() protected method

protected ApplyPreDeletingTemplate ( ) : void
return void

ApplyPrePostSaveTemplate() protected method

protected ApplyPrePostSaveTemplate ( ) : void
return void

ApplyPrePreSaveTemplate() protected method

protected ApplyPrePreSaveTemplate ( ) : void
return void

ApplyRequisites() protected method

protected ApplyRequisites ( ) : void
return void

Call() public static method

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

DefaultMethods() public method

public DefaultMethods ( Arebis _host, IZetboxContext ctx, DataType dt ) : System
_host Arebis
ctx IZetboxContext
dt DataType
return System

Generate() public method

public Generate ( ) : void
return void

Property Details

ctx protected property

protected IZetboxContext ctx
return IZetboxContext

dt protected property

protected DataType dt
return DataType