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

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

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

Метод Описание
Generate ( BaseEntity entity ) : void
Generate ( ClassEntity classEntity, PropertyEntity propertyEntity, bool implementation = true, bool markedAsNew = false ) : void

Generates the specified entity.

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

Метод Описание
AppendDocumentation ( PropertyEntity propertyEntity ) : void

Appends the documentation.

GetKeywords ( PropertyEntity propertyEntity, bool implementation, bool markedAsNew ) : String

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

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

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

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

Generates the specified entity.
public Generate ( ClassEntity classEntity, PropertyEntity propertyEntity, bool implementation = true, bool markedAsNew = false ) : void
classEntity Monobjc.Tools.Generator.Model.ClassEntity The class entity.
propertyEntity PropertyEntity The property entity.
implementation bool if set to true generate the implementation.
markedAsNew bool
Результат void