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

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

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

Метод Описание
InstanceEventPropertyDescriptor ( object instance, Type ownerType, EventInfo eventInfo, bool keepOriginalCategoryAttribute = true ) : System

Initializes a new instance of the InstanceEventPropertyDescriptor class.

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

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

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

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

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

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

Initializes a new instance of the InstanceEventPropertyDescriptor class.
public InstanceEventPropertyDescriptor ( object instance, Type ownerType, EventInfo eventInfo, bool keepOriginalCategoryAttribute = true ) : System
instance object The component instance.
ownerType System.Type Type of the owner.
eventInfo System.Reflection.EventInfo The event information.
keepOriginalCategoryAttribute bool if set to true [keep original category attribute].
Результат System

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

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