C# Класс Zetbox.Generator.Templates.Properties.ListEvent

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

Защищенные свойства (Protected)

Свойство Тип Описание
ctx IZetboxContext
eventName string
objType string
propType string

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

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

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

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

public static Call ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType ) : void
_host Arebis
ctx IZetboxContext
eventName string
propType string
objType string
Результат void

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

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

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

public ListEvent ( Arebis _host, IZetboxContext ctx, string eventName, string propType, string objType ) : System
_host Arebis
ctx IZetboxContext
eventName string
propType string
objType string
Результат System

Описание свойств

ctx защищенное свойство

protected IZetboxContext ctx
Результат IZetboxContext

eventName защищенное свойство

protected string eventName
Результат string

objType защищенное свойство

protected string objType
Результат string

propType защищенное свойство

protected string propType
Результат string