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

Inheritance: Zetbox.Generator.Templates.ObjectClasses.Method
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode 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 méthode

public static Call ( Arebis _host ) : void
_host Arebis
Résultat void

Call() public static méthode

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

Generate() public méthode

public Generate ( ) : void
Résultat void

InvokeServerMethod() public méthode

public InvokeServerMethod ( Arebis _host ) : System
_host Arebis
Résultat System

InvokeServerMethod() public méthode

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
Résultat System