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


The following tables list the members exposed by ParameterDescriptor.

Public Constructors

  Name Description
Public Constructor ParameterDescriptor Constructor Overloaded.  Constructor.  
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 component type.  
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 Gets the name that can be displayed in a window, such as a Properties window. (Inherited from System.ComponentModel.MemberDescriptor)
Public Property IsBrowsable Gets a value indicating whether the member is browsable, as specified in the BrowsableAttribute. (Inherited from System.ComponentModel.MemberDescriptor)
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, whether the object is read only.  
Public Property Name Gets the name of the member. (Inherited from System.ComponentModel.MemberDescriptor)
Public Property PropertyType Overridden.  Gets property type  
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.  Determines, whether value can be reset.  
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 value.  
Public Method RemoveValueChanged Enables other objects to be notified when this property changes. (Inherited from System.ComponentModel.PropertyDescriptor)
Public Method ResetValue Overridden.  Resets value.  
Public Method SetValue Overridden.  Sets value.  
Public Method ShouldSerializeValue Overridden.  Determines, whether value should be serialized.  
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