C# Class Zetbox.Generator.Templates.Module

Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
ctx IZetboxContext
shortName string

Méthodes publiques

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

Méthodes protégées

Méthode Description
ApplyRegistrations ( ) : void
ApplyTypeCheckerTemplate ( ) : void
GetAdditionalImports ( ) : IEnumerable

Method Details

ApplyRegistrations() protected méthode

protected ApplyRegistrations ( ) : void
Résultat void

ApplyTypeCheckerTemplate() protected méthode

protected ApplyTypeCheckerTemplate ( ) : void
Résultat void

Call() public static méthode

public static Call ( Arebis _host, IZetboxContext ctx, string shortName ) : void
_host Arebis
ctx IZetboxContext
shortName string
Résultat void

Generate() public méthode

public Generate ( ) : void
Résultat void

GetAdditionalImports() protected méthode

protected GetAdditionalImports ( ) : IEnumerable
Résultat IEnumerable

Module() public méthode

public Module ( Arebis _host, IZetboxContext ctx, string shortName ) : System
_host Arebis
ctx IZetboxContext
shortName string
Résultat System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

shortName protected_oe property

protected string shortName
Résultat string