C# Class Zetbox.Generator.Templates.Properties.DefaultProperty

Inheritance: Zetbox.Generator.MemberTemplate
Afficher le fichier Open project: daszat/zetbox

Protected Properties

Свойство Type Description
ctx IZetboxContext
presentedType string
propName string

Méthodes publiques

Méthode Description
Call ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : void
DefaultProperty ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : System
Generate ( ) : void

Method Details

Call() public static méthode

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

DefaultProperty() public méthode

public DefaultProperty ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : System
_host Arebis
ctx IZetboxContext
propName string
presentedType string
Résultat System

Generate() public méthode

public Generate ( ) : void
Résultat void

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

presentedType protected_oe property

protected string presentedType
Résultat string

propName protected_oe property

protected string propName
Résultat string