C# Class Hawkeye.ComponentModel.InstanceEventPropertyDescriptor

Inheritance: BaseEventPropertyDescriptor
Mostrar archivo Open project: odalet/Hawkeye2

Public Methods

Method Description
InstanceEventPropertyDescriptor ( object instance, Type ownerType, EventInfo eventInfo, bool keepOriginalCategoryAttribute = true ) : System

Initializes a new instance of the InstanceEventPropertyDescriptor class.

Protected Methods

Method Description
FillAttributes ( IList attributeList ) : void
IsFiltered ( Attribute attribute ) : bool

Method Details

FillAttributes() protected method

protected FillAttributes ( IList attributeList ) : void
attributeList IList
return void

InstanceEventPropertyDescriptor() public method

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].
return System

IsFiltered() protected method

protected IsFiltered ( Attribute attribute ) : bool
attribute System.Attribute
return bool