C# Class Zetbox.Generator.Templates.CompoundObjects.Template

A template for "CompoundObject".
Inheritance: Zetbox.Generator.Zetbox.Generator.Templates.TypeBase
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
Template ( Arebis _host, IZetboxContext ctx, CompoundObject cType ) : System

Méthodes protégées

Méthode Description
ApplyApplyChangesFromMethod ( ) : void
ApplyClassHeadTemplate ( ) : void
ApplyClassTailTemplate ( ) : void
ApplyConstructorTemplate ( ) : void
ApplyPropertyIsValidEvent ( System.Property p ) : void
GetBaseClass ( ) : string
GetInterfaces ( ) : string[]

Method Details

ApplyApplyChangesFromMethod() protected méthode

protected ApplyApplyChangesFromMethod ( ) : void
Résultat void

ApplyClassHeadTemplate() protected méthode

protected ApplyClassHeadTemplate ( ) : void
Résultat void

ApplyClassTailTemplate() protected méthode

protected ApplyClassTailTemplate ( ) : void
Résultat void

ApplyConstructorTemplate() protected méthode

protected ApplyConstructorTemplate ( ) : void
Résultat void

ApplyPropertyIsValidEvent() protected méthode

protected ApplyPropertyIsValidEvent ( System.Property p ) : void
p System.Property
Résultat void

GetBaseClass() protected méthode

protected GetBaseClass ( ) : string
Résultat string

GetInterfaces() protected méthode

protected GetInterfaces ( ) : string[]
Résultat string[]

Template() public méthode

public Template ( Arebis _host, IZetboxContext ctx, CompoundObject cType ) : System
_host Arebis
ctx IZetboxContext
cType CompoundObject
Résultat System