C# Class Hawkeye.ComponentModel.StaticEventPropertyDescriptor

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

Méthodes publiques

Méthode Description
StaticEventPropertyDescriptor ( Type objectType, EventInfo eventInfo, bool keepOriginalCategoryAttribute = true ) : System

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

IsFiltered() protected méthode

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

StaticEventPropertyDescriptor() public méthode

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