C# Класс Zetbox.Generator.Templates.Module

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

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

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

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

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

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

Метод Описание
ApplyRegistrations ( ) : void
ApplyTypeCheckerTemplate ( ) : void
GetAdditionalImports ( ) : IEnumerable

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

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

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

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

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

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

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

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

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

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

protected GetAdditionalImports ( ) : IEnumerable
Результат IEnumerable

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

public Module ( Arebis _host, IZetboxContext ctx, string shortName ) : System
_host Arebis
ctx IZetboxContext
shortName string
Результат System

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

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

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

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

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