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

Inheritance: Zetbox.Generator.ResourceTemplate
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Protected Properties

Свойство Type Description
ctx IZetboxContext
dt DataType

Méthodes publiques

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

Méthodes protégées

Méthode Description
ApplyPostCreatedTemplate ( ) : void
ApplyPostDeletingTemplate ( ) : void
ApplyPostPostSaveTemplate ( ) : void
ApplyPostPreSaveTemplate ( ) : void
ApplyPreCreatedTemplate ( ) : void
ApplyPreDeletingTemplate ( ) : void
ApplyPrePostSaveTemplate ( ) : void
ApplyPrePreSaveTemplate ( ) : void
ApplyRequisites ( ) : void

Method Details

ApplyPostCreatedTemplate() protected méthode

protected ApplyPostCreatedTemplate ( ) : void
Résultat void

ApplyPostDeletingTemplate() protected méthode

protected ApplyPostDeletingTemplate ( ) : void
Résultat void

ApplyPostPostSaveTemplate() protected méthode

protected ApplyPostPostSaveTemplate ( ) : void
Résultat void

ApplyPostPreSaveTemplate() protected méthode

protected ApplyPostPreSaveTemplate ( ) : void
Résultat void

ApplyPreCreatedTemplate() protected méthode

protected ApplyPreCreatedTemplate ( ) : void
Résultat void

ApplyPreDeletingTemplate() protected méthode

protected ApplyPreDeletingTemplate ( ) : void
Résultat void

ApplyPrePostSaveTemplate() protected méthode

protected ApplyPrePostSaveTemplate ( ) : void
Résultat void

ApplyPrePreSaveTemplate() protected méthode

protected ApplyPrePreSaveTemplate ( ) : void
Résultat void

ApplyRequisites() protected méthode

protected ApplyRequisites ( ) : void
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, DataType dt ) : void
_host Arebis
ctx IZetboxContext
dt DataType
Résultat void

DefaultMethods() public méthode

public DefaultMethods ( Arebis _host, IZetboxContext ctx, DataType dt ) : System
_host Arebis
ctx IZetboxContext
dt DataType
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

dt protected_oe property

protected DataType dt
Résultat DataType