C# Class Zetbox.DalProvider.Client.Generator.Templates.ObjectClasses.InvokeServerMethod

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

Public Methods

Method Description
Call ( Arebis _host ) : void
Call ( Arebis host, IZetboxContext ctx, DataType implementor, Zetbox m, int index ) : void
Generate ( ) : void
InvokeServerMethod ( Arebis _host ) : System
InvokeServerMethod ( Arebis _host, IZetboxContext ctx, Zetbox dt, Zetbox m, int index, string indexSuffix, string eventName ) : System

Method Details

Call() public static method

public static Call ( Arebis _host ) : void
_host Arebis
return void

Call() public static method

public static Call ( Arebis host, IZetboxContext ctx, DataType implementor, Zetbox m, int index ) : void
host Arebis
ctx IZetboxContext
implementor DataType
m Zetbox
index int
return void

Generate() public method

public Generate ( ) : void
return void

InvokeServerMethod() public method

public InvokeServerMethod ( Arebis _host ) : System
_host Arebis
return System

InvokeServerMethod() public method

public InvokeServerMethod ( Arebis _host, IZetboxContext ctx, Zetbox dt, Zetbox m, int index, string indexSuffix, string eventName ) : System
_host Arebis
ctx IZetboxContext
dt Zetbox
m Zetbox
index int
indexSuffix string
eventName string
return System