C# Class Zetbox.Generator.Templates.TypeChecker

Inheritance: Zetbox.Generator.ResourceTemplate
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
TypeChecker ( Arebis _host, IZetboxContext ctx, string shortName ) : System

Method Details

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

TypeChecker() public méthode

public TypeChecker ( 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