Class HubDatabaseConverter
TypeConverter for the Hub database property: provides the dropdown values by
querying the agent with the current API key when the list is expanded.
Inheritance
HubDatabaseConverter
Assembly: Reportman.Designer.dll
Syntax
public sealed class HubDatabaseConverter : TypeConverter
Constructors
View Source
HubDatabaseConverter()
Declaration
public HubDatabaseConverter()
Methods
View Source
CanConvertFrom(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
Returns
Overrides
View Source
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
Returns
Overrides
View Source
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
Returns
Overrides
View Source
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
Returns
Overrides
View Source
GetStandardValues(ITypeDescriptorContext)
Declaration
public override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Parameters
Returns
Overrides
View Source
GetStandardValuesExclusive(ITypeDescriptorContext)
Declaration
public override bool GetStandardValuesExclusive(ITypeDescriptorContext context)
Parameters
Returns
Overrides
View Source
GetStandardValuesSupported(ITypeDescriptorContext)
Declaration
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
Parameters
Returns
Overrides