WebPartConnection Members

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
Public method WebPartConnection Initializes a new instance of the WebPartConnection class.
Top

  Name Description
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 Gets a collection of WebPartTransformer objects used internally by the Web Parts control set.
Top

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method 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.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString Overridden. Overrides the inherited ToString method and returns a short type name for the connection object.
Top

  Name Description
Protected method 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.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

Community Additions

ADD
Show: