RowToParametersTransformer Class
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.
System.Web.UI.WebControls.WebParts::WebPartTransformer
System.Web.UI.WebControls.WebParts::RowToParametersTransformer
Assembly: System.Web (in System.Web.dll)
The RowToParametersTransformer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | RowToParametersTransformer | Initializes a new instance of the RowToParametersTransformer class. |
| 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 | |
|---|---|---|
![]() | CreateConfigurationControl | Provides an ASP.NET control that allows the user to configure a RowToParametersTransformer transformer in the ConnectionsZone zone. (Overrides WebPartTransformer::CreateConfigurationControl().) |
![]() | Equals(Object) | 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::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. |
Transformers are used in a Web Parts connection to translate data between two Web Parts controls with incompatible connection points. The RowToParametersTransformer class transforms data from a provider implementing the IWebPartRow interface to a consumer expecting to receive data from a provider that implements the IWebPartParameters interface.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.





