C# Класс Alsing.Design.FilteredTypeConverter

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

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

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

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

Метод Описание
FilterProperties ( IDictionary Properties, object value ) : void

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

FilterProperties() защищенный метод

protected FilterProperties ( IDictionary Properties, object value ) : void
Properties IDictionary
value object
Результат void

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

public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext
value object
attributes System.Attribute
Результат System.ComponentModel.PropertyDescriptorCollection

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

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Результат bool