C# 클래스 Hawkeye.ComponentModel.StaticEventPropertyDescriptor

상속: BaseEventPropertyDescriptor
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
StaticEventPropertyDescriptor ( Type objectType, EventInfo eventInfo, bool keepOriginalCategoryAttribute = true ) : System

Initializes a new instance of the StaticEventPropertyDescriptor class.

보호된 메소드들

메소드 설명
FillAttributes ( IList attributeList ) : void
IsFiltered ( Attribute attribute ) : bool

메소드 상세

FillAttributes() 보호된 메소드

protected FillAttributes ( IList attributeList ) : void
attributeList IList
리턴 void

IsFiltered() 보호된 메소드

protected IsFiltered ( Attribute attribute ) : bool
attribute System.Attribute
리턴 bool

StaticEventPropertyDescriptor() 공개 메소드

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
리턴 System