C# Класс Hawkeye.ComponentModel.InstancePropertyPropertyDescriptor

Наследование: BasePropertyPropertyDescriptor
Показать файл Открыть проект

Открытые методы

Метод Описание
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