C# Класс System.ComponentModel.TypeConverter.SimplePropertyDescriptor

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

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

Метод Описание
CanResetValue ( object component ) : bool
ResetValue ( object component ) : void
ShouldSerializeValue ( object component ) : bool

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

Метод Описание
SimplePropertyDescriptor ( Type componentType, string name, Type propertyType ) : Microsoft.Win32
SimplePropertyDescriptor ( Type componentType, string name, Type propertyType, Attribute attributes ) : Microsoft.Win32

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

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

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

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

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

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

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

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

protected SimplePropertyDescriptor ( Type componentType, string name, Type propertyType ) : Microsoft.Win32
componentType Type
name string
propertyType Type
Результат Microsoft.Win32

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

protected SimplePropertyDescriptor ( Type componentType, string name, Type propertyType, Attribute attributes ) : Microsoft.Win32
componentType Type
name string
propertyType Type
attributes Attribute
Результат Microsoft.Win32