C# Класс Zetbox.DalProvider.Client.Generator.Templates.ObjectClasses.InvokeServerMethod

Наследование: Zetbox.Generator.Templates.ObjectClasses.Method
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Call() публичный статический Метод

public static Call ( Arebis _host ) : void
_host Arebis
Результат void

Call() публичный статический Метод

public static Call ( Arebis host, IZetboxContext ctx, DataType implementor, Zetbox m, int index ) : void
host Arebis
ctx IZetboxContext
implementor DataType
m Zetbox
index int
Результат void

Generate() публичный Метод

public Generate ( ) : void
Результат void

InvokeServerMethod() публичный Метод

public InvokeServerMethod ( Arebis _host ) : System
_host Arebis
Результат System

InvokeServerMethod() публичный Метод

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
Результат System