ClassAggregateFunctionConverter
Class
Converts instances of other types to and from AggregateFunction instances.
Definition
Namespace:Telerik.Pivot.Core.Aggregates
Assembly:Telerik.Pivot.Core.dll
Syntax:
cs-api-definition
public sealed class AggregateFunctionConverter : TypeConverter
Inheritance: objectTypeConverterAggregateFunctionConverter
Inherited Members
Constructors
AggregateFunctionConverter()
Declaration
cs-api-definition
public AggregateFunctionConverter()
Methods
CanConvertFrom(ITypeDescriptorContext, Type)
Declaration
cs-api-definition
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
context
sourceType
Returns
Overrides
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
cs-api-definition
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
context
destinationType
Returns
Overrides
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
context
culture
value
Returns
Overrides
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Declaration
cs-api-definition
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
context
culture
value
destinationType
Returns
Overrides
GetStandardValues(ITypeDescriptorContext)
Declaration
cs-api-definition
public override TypeConverter.StandardValuesCollection GetStandardValues(ITypeDescriptorContext context)
Parameters
context
Returns
Overrides
GetStandardValuesSupported(ITypeDescriptorContext)
Declaration
cs-api-definition
public override bool GetStandardValuesSupported(ITypeDescriptorContext context)
Parameters
context
Returns
Overrides