Dundas.SharePoint.Charting.WebParts Send comments on this topic.
Command.CommandCommandTypeConverter Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : Command.CommandCommandTypeConverter Class


The following tables list the members exposed by Command.CommandCommandTypeConverter.

Public Constructors

  Name Description
Public Constructor Command.CommandCommandTypeConverter Constructor Initializes a new instance of the CommandCommandTypeConverter class.  
Top

Protected Properties

  Name Description
Protected Property Comparer Gets an IComparer that can be used to sort the values of the enumeration. (Inherited from System.ComponentModel.EnumConverter)
Protected Property EnumType Specifies the type of the enumerator this converter is associated with. (Inherited from System.ComponentModel.EnumConverter)
Protected Property Values Gets or sets a StandardValuesCollection that specifies the possible values for the enumeration. (Inherited from System.ComponentModel.EnumConverter)
Top

Public Methods

  Name Description
Public Method CanConvertFrom Overloaded. Gets a value indicating whether this converter can convert an object in the given source type to an enumeration object using the specified context. (Inherited from System.ComponentModel.EnumConverter)
Public Method CanConvertTo Overloaded. Gets a value indicating whether this converter can convert an object to the given destination type using the context. (Inherited from System.ComponentModel.EnumConverter)
Public Method ConvertFrom Overloaded. Converts the specified value object to an enumeration object. (Inherited from System.ComponentModel.EnumConverter)
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. Converts the given value object to the specified destination type. (Inherited from System.ComponentModel.EnumConverter)
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. Re-creates an Object given a set of property values for the object. (Inherited from System.ComponentModel.TypeConverter)
Public Method GetCreateInstanceSupported Overloaded. Returns whether changing a value on this object requires a call to the CreateInstance method to create a new value. (Inherited from System.ComponentModel.TypeConverter)
Public Method GetProperties Overloaded. Returns a collection of properties for the type of array specified by the value parameter. (Inherited from System.ComponentModel.TypeConverter)
Public Method GetPropertiesSupported Overloaded. Returns whether this object supports properties. (Inherited from System.ComponentModel.TypeConverter)
Public Method GetStandardValues Overloaded. Overridden.  Fill in the list of the InputValues for the BaseValueName.  
Public Method GetStandardValuesExclusive Overloaded. Overridden.  Standart values are not exclusive - return false  
Public Method GetStandardValuesSupported Overloaded. Overridden.  Standart values supported - return true  
Public Method IsValid Overloaded. Gets a value indicating whether the given object value is valid for this type. (Inherited from System.ComponentModel.EnumConverter)
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