WebPartManagerInternals::SetTransformer Method
Assigns a WebPartTransformer object to be used in a connection between two server controls.
Assembly: System.Web (in System.Web.dll)
public: void SetTransformer( WebPartConnection^ connection, WebPartTransformer^ transformer )
Parameters
- connection
- Type: System.Web.UI.WebControls.WebParts::WebPartConnection
A WebPartConnection that creates a connection between server controls.
- transformer
- Type: System.Web.UI.WebControls.WebParts::WebPartTransformer
A WebPartTransformer to be used with connection.
When a connection between two server controls requires a transformer so that the consumer control can interpret data from the provider control, the SetTransformer method is called to supply a specific WebPartTransformer object to the WebPartConnection object. If the connection already has a transformer assigned to it, the object referenced by the transformer parameter overrides the existing one; otherwise, the object referenced in the transformer parameter is used.
The WebPartManager control uses the SetTransformer method whenever you call the ConnectWebParts method to establish a connection that requires a transformer.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.