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

Inheritance: Zetbox.Generator.MemberTemplate
显示文件 Open project: daszat/zetbox

Protected Properties

Property Type Description
ctx IZetboxContext
eventName string
objType string
propType string

Public Methods

Method 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 method

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

Generate() public method

public Generate ( ) : void
return void

ListEvent() public method

public ListEvent ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType ) : System
_host Arebis
ctx IZetboxContext
eventName string
propType string
objType string
return System

Property Details

ctx protected_oe property

protected IZetboxContext ctx
return IZetboxContext

eventName protected_oe property

protected string eventName
return string

objType protected_oe property

protected string objType
return string

propType protected_oe property

protected string propType
return string