C# Class PropertySorter, gert

Inheritance: ExpandableObjectConverter
Mostrar archivo Open project: mono/gert Class Usage Examples

Public Methods

Method Description
GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection

Gets the properties.

GetPropertiesSupported ( ITypeDescriptorContext context ) : bool

Gets whether the GetProperties method is supported.

Method Details

GetProperties() public method

Gets the properties.
public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext Context.
value object Value.
attributes Attribute Attributes.
return PropertyDescriptorCollection

GetPropertiesSupported() public method

Gets whether the GetProperties method is supported.
public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext Context.
return bool