C# Class Hawkeye.ComponentModel.StaticEventPropertyDescriptor

Inheritance: BaseEventPropertyDescriptor
Mostrar archivo Open project: odalet/Hawkeye2

Public Methods

Method Description
StaticEventPropertyDescriptor ( Type objectType, EventInfo eventInfo, bool keepOriginalCategoryAttribute = true ) : System

Initializes a new instance of the StaticEventPropertyDescriptor 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

IsFiltered() protected method

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

StaticEventPropertyDescriptor() public method

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