C# Class cadencii.SelectedEventEntryTypeConverter

Inheritance: System.ComponentModel.TypeConverter
Exibir arquivo Open project: cadencii/cadencii

Public Methods

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

Method Details

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 ) : boolean
context ITypeDescriptorContext
return boolean

SelectedEventEntryTypeConverter() public method

public SelectedEventEntryTypeConverter ( ) : System
return System