This documentation is archived and is not being maintained.
RowToParametersTransformer Members
Visual Studio 2008
Transforms data in a Web Parts connection from a provider that implements the IWebPartRow interface to a consumer expecting to receive data from a provider that implements the IWebPartParameters interface.
The RowToParametersTransformer type exposes the following members.
| Name | Description | |
|---|---|---|
|
RowToParametersTransformer | Initializes a new instance of the RowToParametersTransformer class. |
| 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 | |
|---|---|---|
|
ConsumerFieldNames | Gets or sets the list of names in the consumer that will receive the values from the provider. |
|
ProviderFieldNames | Gets or sets the list of field names from the provider. |
| Name | Description | |
|---|---|---|
|
IWebPartParameters::GetParametersData | Gets the value of the data from the connection provider. |
|
IWebPartParameters::Schema | Gets the schema information for a data field that is used to share data between two Web Parts controls. |
|
IWebPartParameters::SetConsumerSchema | Sets the property descriptors for the properties that the consumer receives when the IWebPartParameters::GetParametersData method is called. |
Show: