C# Class cadencii.SelectedEventEntryTypeConverter

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

Méthodes publiques

Méthode Description
GetProperties ( ITypeDescriptorContext context, Object value, Attribute attributes ) : PropertyDescriptorCollection
GetPropertiesSupported ( ITypeDescriptorContext context ) : boolean
SelectedEventEntryTypeConverter ( ) : System

Method Details

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 ) : boolean
context ITypeDescriptorContext
Résultat boolean

SelectedEventEntryTypeConverter() public méthode

public SelectedEventEntryTypeConverter ( ) : System
Résultat System