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

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

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

Метод Описание
CanResetValue ( object component ) : bool
GetValue ( object component ) : object
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool
StaticPropertyPropertyDescriptor ( Type objectType, PropertyInfo propertyInfo, bool keepOriginalCategoryAttribute = true ) : System

Initializes a new instance of the StaticPropertyPropertyDescriptor class.

Защищенные методы

Метод Описание
FillAttributes ( IList attributeList ) : void
IsFiltered ( Attribute attribute ) : bool

Описание методов

CanResetValue() публичный Метод

public CanResetValue ( object component ) : bool
component object
Результат bool

FillAttributes() защищенный Метод

protected FillAttributes ( IList attributeList ) : void
attributeList IList
Результат void

GetValue() публичный Метод

public GetValue ( object component ) : object
component object
Результат object

IsFiltered() защищенный Метод

protected IsFiltered ( Attribute attribute ) : bool
attribute System.Attribute
Результат bool

ResetValue() публичный Метод

public ResetValue ( object component ) : void
component object
Результат void

SetValue() публичный Метод

public SetValue ( object component, object value ) : void
component object
value object
Результат void

ShouldSerializeValue() публичный Метод

public ShouldSerializeValue ( object component ) : bool
component object
Результат bool

StaticPropertyPropertyDescriptor() публичный Метод

Initializes a new instance of the StaticPropertyPropertyDescriptor class.
public StaticPropertyPropertyDescriptor ( Type objectType, PropertyInfo propertyInfo, bool keepOriginalCategoryAttribute = true ) : System
objectType System.Type Type of the object.
propertyInfo System.Reflection.PropertyInfo The property info.
keepOriginalCategoryAttribute bool if set to true [keep original category attribute].
Результат System