C# Class Zetbox.Generator.Templates.ObjectClasses.TriggerFetchMethod

Inheritance: Zetbox.Generator.ResourceTemplate
ファイルを表示 Open project: daszat/zetbox

Protected Properties

Property Type Description
propertyNames List

Public Methods

Method Description
Call ( Arebis _host, List propertyNames ) : void
Generate ( ) : void
TriggerFetchMethod ( Arebis _host, List propertyNames ) : System

Method Details

Call() public static method

public static Call ( Arebis _host, List propertyNames ) : void
_host Arebis
propertyNames List
return void

Generate() public method

public Generate ( ) : void
return void

TriggerFetchMethod() public method

public TriggerFetchMethod ( Arebis _host, List propertyNames ) : System
_host Arebis
propertyNames List
return System

Property Details

propertyNames protected_oe property

protected List propertyNames
return List