Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CommandUI.Converter Class Members
See Also  Methods 
Dundas.Charting.WebControl Namespace : CommandUI.Converter Class


The following tables list the members exposed by CommandUI.Converter.

Public Constructors

  Name Description
Public Constructor CommandUI.Converter Constructor Initializes a new instance of the Converter class.  
Top

Public Methods

  Name Description
Public Method CanConvertFrom Overloaded. Overridden.  Returns whether this converter can convert an object of one type to the type of this converter.  
Public Method CanConvertTo Overloaded. Overridden.  Returns whether this converter can convert the object to the specified type, using the specified context.  
Public Method ConvertFrom Overloaded. Overridden.  Converts the given object to the type of this converter, using the specified context and culture information  
Public Method ConvertFromInvariantString Overloaded. Converts the given string to the type of this converter, using the invariant culture. (Inherited from System.ComponentModel.TypeConverter)
Public Method ConvertFromString Overloaded. Converts the specified text to an object. (Inherited from System.ComponentModel.TypeConverter)
Public Method ConvertTo Overloaded. Overridden.  Converts the given value object to the specified type, using the specified context and culture information  
Public Method ConvertToInvariantString Overloaded. Converts the specified value to a culture-invariant string representation. (Inherited from System.ComponentModel.TypeConverter)
Public Method ConvertToString Overloaded. Converts the specified value to a string representation. (Inherited from System.ComponentModel.TypeConverter)
Public Method CreateInstance Overloaded. Overridden.  Creates an instance of the Type that this TypeConverter is associated with, using the specified context, given a set of property values for the object  
Public Method GetCreateInstanceSupported Overloaded. Overridden.  Returns whether changing a value on this object requires a call to CreateInstance to create a new value, using the specified context  
Public Method GetProperties Overloaded. Overridden.  Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes  
Public Method GetPropertiesSupported Overloaded. Overridden.  Returns whether this object supports properties, using the specified context  
Public Method GetStandardValues Overloaded. Returns a collection of standard values from the default context for the data type this type converter is designed for. (Inherited from System.ComponentModel.TypeConverter)
Public Method GetStandardValuesExclusive Overloaded. Returns whether the collection of standard values returned from GetStandardValues is an exclusive list. (Inherited from System.ComponentModel.TypeConverter)
Public Method GetStandardValuesSupported Overloaded. Returns whether this object supports a standard set of values that can be picked from a list. (Inherited from System.ComponentModel.TypeConverter)
Public Method IsValid Overloaded. Returns whether the given value object is valid for this type. (Inherited from System.ComponentModel.TypeConverter)
Top

Protected Methods

  Name Description
Protected Method GetConvertFromException Returns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
Protected Method GetConvertToException Returns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
Protected Method SortProperties (Inherited from System.ComponentModel.TypeConverter)
Top

See Also