This documentation is archived and is not being maintained.
WebPartConnection Members
Visual Studio 2008
Provides an object that enables two WebPart controls to form a connection. This class cannot be inherited.
The WebPartConnection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Overrides the inherited ToString method and returns a short type name for the connection object. (Overrides Object::ToString().) |
| 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 | Infrastructure. Gets a collection of WebPartTransformer objects used internally by the Web Parts control set. |
Show: