This documentation is archived and is not being maintained.
RowToParametersTransformer Methods
Visual Studio 2008
The RowToParametersTransformer type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateConfigurationControl | Provides an ASP.NET control that allows the user to configure a RowToParametersTransformer transformer in the ConnectionsZone zone. (Overrides WebPartTransformer::CreateConfigurationControl().) |
|
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. (Inherited from WebPartTransformer.) |
|
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. (Inherited from WebPartTransformer.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
Transform | Provides an object for transforming the data. (Overrides WebPartTransformer::Transform(Object).) |
| Name | Description | |
|---|---|---|
|
IWebPartParameters::GetParametersData | Gets the value of the data from the connection provider. |
|
IWebPartParameters::SetConsumerSchema | Sets the property descriptors for the properties that the consumer receives when the IWebPartParameters::GetParametersData method is called. |
Show: