This documentation is archived and is not being maintained.

WebPartConnection Members

Provides an object that enables two WebPart controls to form a connection. This class cannot be inherited.

The WebPartConnection type exposes the following members.

  NameDescription
Public method WebPartConnection Initializes a new instance of the WebPartConnection class.
Top

  NameDescription
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Overrides the inherited ToString method and returns a short type name for the connection object. (Overrides Object::ToString().)
Top

  NameDescription
Public property Consumer Gets a WebPart object that is acting as the consumer control in a connection.
Public property ConsumerConnectionPoint Gets the object that serves as a connection point for a control that is acting as a consumer in a connection.
Public property 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.
Public property 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.
Public property ID Gets or sets the ID of a WebPartConnection object.
Public property IsActive Gets a value that indicates whether a WebPartConnection object is currently established and able to exchange data between its provider and consumer controls.
Public property IsShared Gets a value that indicates whether a WebPartConnection object is visible to all users or only to the current user.
Public property IsStatic Gets a value that indicates whether a WebPartConnection object is declared in the markup of a Web page, or created programmatically.
Public property Provider Gets a WebPart control that acts as the provider in a Web Parts connection.
Public property ProviderConnectionPoint Gets the object that serves as a connection point for a WebPart control acting as a provider for a connection.
Public property 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.
Public property 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.
Public property Transformer Gets a WebPartTransformer object that is used to transform data between two otherwise incompatible connection points in a Web Parts connection.
Public property Transformers Infrastructure. Gets a collection of WebPartTransformer objects used internally by the Web Parts control set.
Top
Show: