C# Класс PropertySorter, gert

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

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

Метод Описание
GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection

Gets the properties.

GetPropertiesSupported ( ITypeDescriptorContext context ) : bool

Gets whether the GetProperties method is supported.

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

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

Gets the properties.
public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext Context.
value object Value.
attributes Attribute Attributes.
Результат PropertyDescriptorCollection

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

Gets whether the GetProperties method is supported.
public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext Context.
Результат bool