SPWebPartConnection members
Provides an object that enables two Web Parts to form a connection.
The SPWebPartConnection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPWebPartConnection | Initializes an instance of the SPWebPartConnection class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Consumer | Gets a Web Part that is acting as the consumer in a connection. |
![]() |
ConsumerConnectionPoint | Gets the connection point for a control that is acting as a consumer in a connection. |
![]() |
ConsumerConnectionPointID | Gets or sets the ID of the object serving as the consumer connection point for that connection. |
![]() |
ConsumerID | Gets or sets the ID of the consumer Web Part for the connection. |
![]() |
CrossPageConnectionID | Gets or sets the ID of the Web Part acting as a consumer for that cross-page connection. |
![]() |
CrossPageSchema | Gets or sets the property descriptors for the properties used in the cross-page connection. |
![]() |
ID | Gets or sets the ID of the connection. |
![]() |
IsActive | Gets a value that indicates whether an SPWebPartConnection object is currently established and able to exchange data between its provider and consumer controls. |
![]() |
IsEnabled | Gets or sets a value that indicates whether the SPWebPartConnection is enabled. |
![]() |
IsShared | Gets a value that indicates whether an SPWebPartConnection object is visible to all users or only to the current user. |
![]() |
IsStatic | Gets a value that indicates whether an SPWebPartConnection object is declared in the markup of a Web page, or created programmatically. |
![]() |
Provider | Gets a Web Part control that acts as the provider in a Web Parts connection. |
![]() |
ProviderConnectionPoint | Gets the object that serves as a connection point for a Web Part 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 Web Part control acting as a provider for that connection. |
![]() |
SourcePageUrl | Gets or sets the URL of the consumer Web Part in a cross-page connection. |
![]() |
SPTransformers | Gets a collection of SPWebPartTransformerCollection objects used internally by the Web Part infrastructure. |
![]() |
TargetPageUrl | Gets or sets the URL of the provider Web Part in a cross-page connection. |
![]() |
Transformer | Gets a Web Part transformer that is used to transform data between two otherwise incompatible connection points in a Web Parts connection. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a short type name for the connection object. (Overrides Object.ToString().) |
Top