C# Класс Zetbox.Generator.Templates.CompoundObjects.Template

A template for "CompoundObject".
Наследование: Zetbox.Generator.Zetbox.Generator.Templates.TypeBase
Показать файл Открыть проект

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

Метод Описание
Template ( Arebis _host, IZetboxContext ctx, CompoundObject cType ) : System

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

Метод Описание
ApplyApplyChangesFromMethod ( ) : void
ApplyClassHeadTemplate ( ) : void
ApplyClassTailTemplate ( ) : void
ApplyConstructorTemplate ( ) : void
ApplyPropertyIsValidEvent ( System.Property p ) : void
GetBaseClass ( ) : string
GetInterfaces ( ) : string[]

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

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

protected ApplyApplyChangesFromMethod ( ) : void
Результат void

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

protected ApplyClassHeadTemplate ( ) : void
Результат void

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

protected ApplyClassTailTemplate ( ) : void
Результат void

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

protected ApplyConstructorTemplate ( ) : void
Результат void

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

protected ApplyPropertyIsValidEvent ( System.Property p ) : void
p System.Property
Результат void

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

protected GetBaseClass ( ) : string
Результат string

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

protected GetInterfaces ( ) : string[]
Результат string[]

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

public Template ( Arebis _host, IZetboxContext ctx, CompoundObject cType ) : System
_host Arebis
ctx IZetboxContext
cType CompoundObject
Результат System