C# Class Monobjc.Tools.Generator.Generators.ClassGenerator

Base class for class entity.
Inheritance: TypedGenerator
Exibir arquivo Open project: Monobjc/monobjc-tools

Protected Methods

Method Description
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.

Method Details

GetAllMethods() protected static method

Gets all methods of the superclass and own.
protected static GetAllMethods ( ClassEntity classEntity, bool withOwn ) : IEnumerable
classEntity Monobjc.Tools.Generator.Model.ClassEntity
withOwn bool
return IEnumerable

GetProperties() protected static method

Gets the properties of the superclass and own.
protected static GetProperties ( ClassEntity classEntity, bool withOwn ) : IEnumerable
classEntity Monobjc.Tools.Generator.Model.ClassEntity
withOwn bool
return IEnumerable