C# Класс Monobjc.Tools.Generator.Generators.EnumerationGenerator

Code generator for protocol.
Наследование: TypedGenerator
Показать файл Открыть проект

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

Метод Описание
Generate ( BaseEntity entity ) : void

Generates the specified entity.

Generate ( BaseEntity entity, bool standlone ) : void

Generates the specified entity.

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

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

Generates the specified entity.
public Generate ( BaseEntity entity ) : void
entity BaseEntity The entity.
Результат void

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

Generates the specified entity.
public Generate ( BaseEntity entity, bool standlone ) : void
entity BaseEntity The entity.
standlone bool if set to true, generate a standlone file.
Результат void