C# Класс Monobjc.Tools.Generator.Model.ClassEntity

Наследование: TypedEntity
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
AddRange ( List entities ) : void

Adds the entities.

ClassEntity ( ) : System

Initializes a new instance of the ClassEntity class.

GetConstructors ( bool includeSuper, bool includeProtocols ) : IEnumerable

Gets all constructors (superclass and protocols).

GetHashValue ( ) : int

Serves as a hash function for a particular type.

GetMethods ( bool includeSuper, bool includeProtocols ) : IEnumerable

Gets all methods (superclass and protocols).

GetProperties ( bool includeSuper, bool includeProtocols ) : IEnumerable

Gets all methods (superclass and protocols).

HasMethod ( String name, bool isStatic ) : bool

Determines whether the specified instance has method.

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

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

Adds the entities.
public AddRange ( List entities ) : void
entities List The entities.
Результат void

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

Initializes a new instance of the ClassEntity class.
public ClassEntity ( ) : System
Результат System

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

Gets all constructors (superclass and protocols).
public GetConstructors ( bool includeSuper, bool includeProtocols ) : IEnumerable
includeSuper bool
includeProtocols bool
Результат IEnumerable

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

Serves as a hash function for a particular type.
public GetHashValue ( ) : int
Результат int

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

Gets all methods (superclass and protocols).
public GetMethods ( bool includeSuper, bool includeProtocols ) : IEnumerable
includeSuper bool
includeProtocols bool
Результат IEnumerable

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

Gets all methods (superclass and protocols).
public GetProperties ( bool includeSuper, bool includeProtocols ) : IEnumerable
includeSuper bool
includeProtocols bool
Результат IEnumerable

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

Determines whether the specified instance has method.
public HasMethod ( String name, bool isStatic ) : bool
name String The name.
isStatic bool if set to true [is static].
Результат bool