C# Класс Microsoft.R.Components.Application.Configuration.SettingPropertyDescriptor

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

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

Метод Описание
CanResetValue ( object component ) : bool
GetValue ( object component ) : object
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
SettingPropertyDescriptor ( ICoreShell coreShell, IConfigurationSetting setting ) : System
ShouldSerializeValue ( object component ) : bool

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

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

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

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

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

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

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

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

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

public SettingPropertyDescriptor ( ICoreShell coreShell, IConfigurationSetting setting ) : System
coreShell ICoreShell
setting IConfigurationSetting
Результат System

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

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