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

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

Protected Properties

Свойство Type Description
ctx IZetboxContext
eventName string
objType string
propType string

Méthodes publiques

Méthode Description
Call ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType ) : void
Generate ( ) : void
ListEvent ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType ) : System

Method Details

Call() public static méthode

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

Generate() public méthode

public Generate ( ) : void
Résultat void

ListEvent() public méthode

public ListEvent ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType ) : System
_host Arebis
ctx IZetboxContext
eventName string
propType string
objType string
Résultat System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
Résultat IZetboxContext

eventName protected_oe property

protected string eventName
Résultat string

objType protected_oe property

protected string objType
Résultat string

propType protected_oe property

protected string propType
Résultat string