C# Class Hawkeye.ComponentModel.InstanceEventPropertyDescriptor

Inheritance: BaseEventPropertyDescriptor
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes publiques

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

Initializes a new instance of the InstanceEventPropertyDescriptor class.

Méthodes protégées

Méthode Description
FillAttributes ( IList attributeList ) : void
IsFiltered ( Attribute attribute ) : bool

Method Details

FillAttributes() protected méthode

protected FillAttributes ( IList attributeList ) : void
attributeList IList
Résultat void

InstanceEventPropertyDescriptor() public méthode

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].
Résultat System

IsFiltered() protected méthode

protected IsFiltered ( Attribute attribute ) : bool
attribute System.Attribute
Résultat bool