C# Класс Zetbox.Generator.InterfaceTemplates.NamedObjects

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

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

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

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

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

Приватные методы

Метод Описание
BuildCurrentPrefixString ( ) : void
GetNamedObjects ( ) : IEnumerable
Pop ( ) : void

Removes the top-most pathComponent from currentPrefix, closes the current class and reduces indent

Push ( string pathComponent ) : void

pushes the specified path component onto currentPrefix, starts a new class and increases indent

RenderNamedObjects ( ) : void
RenderObjects ( string type, string name, System.Guid guid ) : void

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

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

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

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

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

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

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

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

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

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