C# Class Alsing.Design.FilteredTypeConverter

Inheritance: System.ComponentModel.TypeConverter
Show file Open project: vchelaru/FlatRedBall

Public Methods

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

Protected Methods

Method Description
FilterProperties ( IDictionary Properties, object value ) : void

Method Details

FilterProperties() protected method

protected FilterProperties ( IDictionary Properties, object value ) : void
Properties IDictionary
value object
return void

GetProperties() public method

public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext
value object
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection

GetPropertiesSupported() public method

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool