C# Класс Hawkeye.ComponentModel.StaticEventPropertyDescriptor

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

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

Метод Описание
StaticEventPropertyDescriptor ( Type objectType, EventInfo eventInfo, bool keepOriginalCategoryAttribute = true ) : System

Initializes a new instance of the StaticEventPropertyDescriptor class.

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

Метод Описание
FillAttributes ( IList attributeList ) : void
IsFiltered ( Attribute attribute ) : bool

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

FillAttributes() защищенный Метод

protected FillAttributes ( IList attributeList ) : void
attributeList IList
Результат void

IsFiltered() защищенный Метод

protected IsFiltered ( Attribute attribute ) : bool
attribute System.Attribute
Результат bool

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

Initializes a new instance of the StaticEventPropertyDescriptor class.
public StaticEventPropertyDescriptor ( Type objectType, EventInfo eventInfo, bool keepOriginalCategoryAttribute = true ) : System
objectType System.Type Type of the object.
eventInfo System.Reflection.EventInfo The event information.
keepOriginalCategoryAttribute bool
Результат System