WebPartConnection Members
.NET Framework 2.0
Provides an object that enables two WebPart controls to form a connection. This class cannot be inherited.
The following tables list the members exposed by the WebPartConnection type.
| Name | Description | |
|---|---|---|
| Consumer | Gets a WebPart object that is acting as the consumer control in a connection. |
| ConsumerConnectionPoint | Gets the object that serves as a connection point for a control that is acting as a consumer in a connection. |
| ConsumerConnectionPointID | Gets or sets the property value on a connection that references the ID of the object serving as the consumer connection point for that connection. |
| ConsumerID | Gets or sets the property value on a connection that references the ID of the WebPart control acting as a consumer for that connection. |
| ID | Gets or sets the ID of a WebPartConnection object. |
| IsActive | Gets a value that indicates whether a WebPartConnection object is currently established and able to exchange data between its provider and consumer controls. |
| IsShared | Gets a value that indicates whether a WebPartConnection object is visible to all users or only to the current user. |
| IsStatic | Gets a value that indicates whether a WebPartConnection object is declared in the markup of a Web page, or created programmatically. |
| Provider | Gets a WebPart control that acts as the provider in a Web Parts connection. |
| ProviderConnectionPoint | Gets the object that serves as a connection point for a WebPart control acting as a provider for a connection. |
| ProviderConnectionPointID | Gets or sets the property value on a connection that references the ID of the object serving as the provider connection point for that connection. |
| ProviderID | Gets or sets the property value on a connection that references the ID of the WebPart control acting as a provider for that connection. |
| Transformer | Gets a WebPartTransformer object that is used to transform data between two otherwise incompatible connection points in a Web Parts connection. |
| Transformers | Gets a collection of WebPartTransformer objects used internally by the Web Parts control set. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Overridden. Overrides the inherited ToString method and returns a short type name for the connection object. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Reference
WebPartConnection ClassSystem.Web.UI.WebControls.WebParts Namespace
ConnectionPoint Class
ProviderConnectionPoint Class
ConsumerConnectionPoint Class
WebPartManager
ConnectionsZone Class
WebPartTransformer
ConnectWebParts
Other Resources
Web Parts Connections OverviewASP.NET Web Parts Pages
Community Additions
ADD
Show: