C# 클래스 Hawkeye.ComponentModel.InstancePropertyPropertyDescriptor

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

공개 메소드들

메소드 설명
GetValue ( object component ) : object

When overridden in a derived class, gets the current value of the property on a component.

InstancePropertyPropertyDescriptor ( object instance, Type ownerType, PropertyInfo propertyInfo, bool keepOriginalCategoryAttribute = true ) : System

Initializes a new instance of the InstancePropertyPropertyDescriptor class.

SetValue ( object component, object value ) : void

보호된 메소드들

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

메소드 상세

FillAttributes() 보호된 메소드

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

GetValue() 공개 메소드

When overridden in a derived class, gets the current value of the property on a component.
public GetValue ( object component ) : object
component object The component with the property for which to retrieve the value.
리턴 object

InstancePropertyPropertyDescriptor() 공개 메소드

Initializes a new instance of the InstancePropertyPropertyDescriptor class.
public InstancePropertyPropertyDescriptor ( object instance, Type ownerType, PropertyInfo propertyInfo, bool keepOriginalCategoryAttribute = true ) : System
instance object The component instance.
ownerType System.Type Type of the owner.
propertyInfo System.Reflection.PropertyInfo The property information.
keepOriginalCategoryAttribute bool if set to true [keep original category attribute].
리턴 System

IsFiltered() 보호된 메소드

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

SetValue() 공개 메소드

public SetValue ( object component, object value ) : void
component object
value object
리턴 void