C# Class Zetbox.Generator.Templates.Module

Datei anzeigen Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext
shortName string

Public Methods

Method Description
Call ( Arebis _host, IZetboxContext ctx, string shortName ) : void
Generate ( ) : void
Module ( Arebis _host, IZetboxContext ctx, string shortName ) : System

Protected Methods

Method Description
ApplyRegistrations ( ) : void
ApplyTypeCheckerTemplate ( ) : void
GetAdditionalImports ( ) : IEnumerable

Method Details

ApplyRegistrations() protected method

protected ApplyRegistrations ( ) : void
return void

ApplyTypeCheckerTemplate() protected method

protected ApplyTypeCheckerTemplate ( ) : void
return void

Call() public static method

public static Call ( Arebis _host, IZetboxContext ctx, string shortName ) : void
_host Arebis
ctx IZetboxContext
shortName string
return void

Generate() public method

public Generate ( ) : void
return void

GetAdditionalImports() protected method

protected GetAdditionalImports ( ) : IEnumerable
return IEnumerable

Module() public method

public Module ( Arebis _host, IZetboxContext ctx, string shortName ) : System
_host Arebis
ctx IZetboxContext
shortName string
return System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

shortName protected_oe property

protected string shortName
return string