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

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

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

Метод Описание
GetAllMethods ( ClassEntity classEntity, bool withOwn ) : IEnumerable

Gets all methods of the superclass and own.

GetProperties ( ClassEntity classEntity, bool withOwn ) : IEnumerable

Gets the properties of the superclass and own.

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

GetAllMethods() защищенный статический Метод

Gets all methods of the superclass and own.
protected static GetAllMethods ( ClassEntity classEntity, bool withOwn ) : IEnumerable
classEntity Monobjc.Tools.Generator.Model.ClassEntity
withOwn bool
Результат IEnumerable

GetProperties() защищенный статический Метод

Gets the properties of the superclass and own.
protected static GetProperties ( ClassEntity classEntity, bool withOwn ) : IEnumerable
classEntity Monobjc.Tools.Generator.Model.ClassEntity
withOwn bool
Результат IEnumerable