C# Класс BlueSky.Model.VirtualPropertyDescriptorDynamic

Наследование: System.ComponentModel.PropertyDescriptor
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CanResetValue ( object component ) : bool
GetValue ( object component ) : object
ResetValue ( object component ) : void
SetValue ( object component, object val ) : void
ShouldSerializeValue ( object component ) : bool
VirtualPropertyDescriptorDynamic ( VirtualListDynamic fList, int fIndex, string fPropertyName, Type fPropertyType, bool fIsReadOnly ) : System

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

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

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

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

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

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

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

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

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

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

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

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

public VirtualPropertyDescriptorDynamic ( VirtualListDynamic fList, int fIndex, string fPropertyName, Type fPropertyType, bool fIsReadOnly ) : System
fList VirtualListDynamic
fIndex int
fPropertyName string
fPropertyType System.Type
fIsReadOnly bool
Результат System