This documentation is archived and is not being maintained.
WebPartTransformer Members
Visual Studio 2008
Provides basic implementation for transformer classes to convert data between two incompatible connection points.
The WebPartTransformer type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateConfigurationControl | Displays an ASP.NET control that configures a transformer in the ConnectionsZone zone. |
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
LoadConfigurationState | Loads the configuration state saved with the SaveConfigurationState method. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
SaveConfigurationState | Saves the configuration state set by the user in the ASP.NET configuration control. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Transform | When implemented, provides an object for transforming the data. |
Show: