C# 클래스 Hawkeye.ComponentModel.InstanceEventPropertyDescriptor

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

공개 메소드들

메소드 설명
InstanceEventPropertyDescriptor ( object instance, Type ownerType, EventInfo eventInfo, bool keepOriginalCategoryAttribute = true ) : System

Initializes a new instance of the InstanceEventPropertyDescriptor class.

보호된 메소드들

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

메소드 상세

FillAttributes() 보호된 메소드

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

InstanceEventPropertyDescriptor() 공개 메소드

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

IsFiltered() 보호된 메소드

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