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

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

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

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

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

Метод Описание
Call ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : void
DefaultProperty ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : System
Generate ( ) : void

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

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

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

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

public DefaultProperty ( Arebis _host, IZetboxContext ctx, string propName, string presentedType ) : System
_host Arebis
ctx IZetboxContext
propName string
presentedType string
Результат System

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

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

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

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

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

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

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

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

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