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


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

Public Constructors

  Name Description
Public Constructor Command.CommandPropertyDescriptor Constructor Constructor of the dynamic property descriptor.  
Top

Public Properties

  Name Description
Public Property Attributes Gets the collection of attributes for this member. (Inherited from System.ComponentModel.MemberDescriptor)
Public Property Category Gets the name of the category to which the member belongs, as specified in the CategoryAttribute. (Inherited from System.ComponentModel.MemberDescriptor)
Public Property ComponentType Overridden.  Gets the type of the component this property is bound to.  
Public Property Converter Gets the type converter for this property. (Inherited from System.ComponentModel.PropertyDescriptor)
Public Property Description Gets the description of the member, as specified in the DescriptionAttribute. (Inherited from System.ComponentModel.MemberDescriptor)
Public Property DesignTimeOnly Gets whether this member should be set only at design time, as specified in the DesignOnlyAttribute. (Inherited from System.ComponentModel.MemberDescriptor)
Public Property DisplayName Overridden.  Gets the name that can be displayed in a window, such as a Properties window.  
Public Property IsBrowsable Overridden.  Gets a value indicating whether this property is browsable.  
Public Property IsLocalizable Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute. (Inherited from System.ComponentModel.PropertyDescriptor)
Public Property IsReadOnly Overridden.  Gets a value indicating whether this property is read-only.  
Public Property Name Gets the name of the member. (Inherited from System.ComponentModel.MemberDescriptor)
Public Property PropertyType Overridden.  Gets the type of the property.  
Public Property SerializationVisibility Gets a value indicating whether this property should be serialized, as specified in the DesignerSerializationVisibilityAttribute. (Inherited from System.ComponentModel.PropertyDescriptor)
Public Property SupportsChangeEvents Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor. (Inherited from System.ComponentModel.PropertyDescriptor)
Top

Protected Properties

  Name Description
Protected Property AttributeArray Gets or sets an array of attributes. (Inherited from System.ComponentModel.MemberDescriptor)
Protected Property NameHashCode Gets the hash code for the name of the member, as specified in GetHashCode. (Inherited from System.ComponentModel.MemberDescriptor)
Top

Public Methods

  Name Description
Public Method AddValueChanged Enables other objects to be notified when this property changes. (Inherited from System.ComponentModel.PropertyDescriptor)
Public Method CanResetValue Overridden.  Returns whether resetting an object changes its value.  
Public Method Equals Compares this to another object to see if they are equivalent. (Inherited from System.ComponentModel.PropertyDescriptor)
Public Method GetChildProperties Overloaded. Returns the default PropertyDescriptorCollection. (Inherited from System.ComponentModel.PropertyDescriptor)
Public Method GetEditor Gets an editor of the specified type. (Inherited from System.ComponentModel.PropertyDescriptor)
Public Method GetHashCode Returns the hash code for this object. (Inherited from System.ComponentModel.PropertyDescriptor)
Public Method GetValue Overridden.  Gets the current value of the property on a component.  
Public Method RemoveValueChanged Enables other objects to be notified when this property changes. (Inherited from System.ComponentModel.PropertyDescriptor)
Public Method ResetValue Overridden.  Resets the value for this property of the component to the default value.  
Public Method SetValue Overridden.  Sets the value of the component to a different value.  
Public Method ShouldSerializeValue Overridden.  Determines a value indicating whether the value of this property needs to be persisted.  
Top

Protected Methods

  Name Description
Protected Method CreateAttributeCollection Creates a collection of attributes using the array of attributes passed to the constructor. (Inherited from System.ComponentModel.MemberDescriptor)
Protected Method CreateInstance Creates an instance of the specified type. (Inherited from System.ComponentModel.PropertyDescriptor)
Protected Method FillAttributes Adds the attributes of the PropertyDescriptor to the specified list of attributes in the parent class. (Inherited from System.ComponentModel.PropertyDescriptor)
Protected Method GetInvocationTarget This method returns the object that should be used during invocation of members. (Inherited from System.ComponentModel.PropertyDescriptor)
Protected Method GetTypeFromName Returns a type using its name. (Inherited from System.ComponentModel.PropertyDescriptor)
Protected Method GetValueChangedHandler Retrieves the current set of ValueChanged event handlers for a specific component (Inherited from System.ComponentModel.PropertyDescriptor)
Protected Method OnValueChanged Raises the ValueChanged event that you implemented. (Inherited from System.ComponentModel.PropertyDescriptor)
Top

See Also