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


The following tables list the members exposed by WebPart.ParametersConsumerConnectionPoint.

Public Constructors

  Name Description
Public Constructor WebPart.ParametersConsumerConnectionPoint Constructor Default constructor.  
Top

Public Properties

  Name Description
Public Property AllowsMultipleConnections Gets a value that indicates whether a connection point supports multiple simultaneous connections. (Inherited from System.Web.UI.WebControls.WebParts.ConnectionPoint)
Public Property ControlType Gets the Type of the server control with which a connection point is associated. (Inherited from System.Web.UI.WebControls.WebParts.ConnectionPoint)
Public Property DisplayName Gets a string that serves as a friendly display name to represent a connection point in the user interface (UI). (Inherited from System.Web.UI.WebControls.WebParts.ConnectionPoint)
Public Property ID Gets a string that contains the identifier for a connection point. (Inherited from System.Web.UI.WebControls.WebParts.ConnectionPoint)
Public Property InterfaceType Gets the type of the interface used by a connection point. (Inherited from System.Web.UI.WebControls.WebParts.ConnectionPoint)
Top

Public Methods

  Name Description
Public Method GetEnabled Overridden.  Determines, whether connection points enabled.  
Public Method SetObject Invokes the callback method in a consumer control and retrieves the interface instance from a provider control. (Inherited from System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint)
Public Method SupportsConnection Determines whether a consumer connection point is currently capable of establishing a connection. (Inherited from System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint)
Top

See Also