C# Класс Oglr.Core.DictionaryPropertyDescriptor

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

Private Properties

Свойство Тип Описание

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

Метод Описание
CanResetValue ( object component ) : bool
DictionaryPropertyDescriptor ( CustomProperties customProperties, string key, Attribute attrs ) : System
GetEditor ( Type editorBaseType ) : object
GetValue ( object component ) : object
Remove ( string name ) : void
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool

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

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

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

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

public DictionaryPropertyDescriptor ( CustomProperties customProperties, string key, Attribute attrs ) : System
customProperties CustomProperties
key string
attrs System.Attribute
Результат System

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

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Результат object

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

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

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

public Remove ( string name ) : void
name string
Результат void

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