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

Base class for class entity.
Inheritance: TypedGenerator
Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes protégées

Méthode 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 méthode

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

GetProperties() protected static méthode

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