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

A template for "CompoundObject".
Inheritance: Zetbox.Generator.Zetbox.Generator.Templates.TypeBase
Datei anzeigen Open project: daszat/zetbox

Public Methods

Method Description
Template ( Arebis _host, IZetboxContext ctx, CompoundObject cType ) : System

Protected Methods

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

Method Details

ApplyApplyChangesFromMethod() protected method

protected ApplyApplyChangesFromMethod ( ) : void
return void

ApplyClassHeadTemplate() protected method

protected ApplyClassHeadTemplate ( ) : void
return void

ApplyClassTailTemplate() protected method

protected ApplyClassTailTemplate ( ) : void
return void

ApplyConstructorTemplate() protected method

protected ApplyConstructorTemplate ( ) : void
return void

ApplyPropertyIsValidEvent() protected method

protected ApplyPropertyIsValidEvent ( System.Property p ) : void
p System.Property
return void

GetBaseClass() protected method

protected GetBaseClass ( ) : string
return string

GetInterfaces() protected method

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

Template() public method

public Template ( Arebis _host, IZetboxContext ctx, CompoundObject cType ) : System
_host Arebis
ctx IZetboxContext
cType CompoundObject
return System