WebPartConnection Properties
Assembly: System.Web (in System.Web.dll)
| 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a collection of WebPartTransformer objects used internally by the Web Parts control set. |
