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

Показать файл Открыть проект

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

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

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

Метод Описание
Call ( Arebis host, IZetboxContext ctx, System.Property prop ) : void
Call ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : void
Generate ( ) : void
PropertyListChangedEvent ( Arebis _host, IZetboxContext ctx, string eventName, string objType ) : System

Защищенные методы

Метод Описание
ModifyMemberAttributes ( System memberAttributes ) : System.CodeDom.MemberAttributes

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

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

public static Call ( Arebis host, IZetboxContext ctx, System.Property prop ) : void
host Arebis
ctx IZetboxContext
prop System.Property
Результат void

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

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

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

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

ModifyMemberAttributes() защищенный Метод

protected ModifyMemberAttributes ( System memberAttributes ) : System.CodeDom.MemberAttributes
memberAttributes System
Результат System.CodeDom.MemberAttributes

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

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

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

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

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

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

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

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

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