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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

protected bool hasGetters
Результат bool

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

protected bool hasSetters
Результат bool

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

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

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

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