C# Class Alsing.Design.FilteredTypeConverter

Inheritance: System.ComponentModel.TypeConverter
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool

Méthodes protégées

Méthode Description
FilterProperties ( IDictionary Properties, object value ) : void

Method Details

FilterProperties() protected méthode

protected FilterProperties ( IDictionary Properties, object value ) : void
Properties IDictionary
value object
Résultat void

GetProperties() public méthode

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

GetPropertiesSupported() public méthode

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Résultat bool