SPRowToParametersTransformer members

Transforms data between a WebPart provider that implements the IWebPartRow interface and a consumer provider that implements the IWebPartParameters interface.

The SPRowToParametersTransformer type exposes the following members.

Constructors

  Name Description
Public method SPRowToParametersTransformer Initializes a new instance of the SPRowToParametersTransformer class.

Top

Properties

  Name Description
Public property ConsumerFieldNames Gets or sets the array of consumer field names that will receive the values from the provider.
Public property ProviderFieldNames Gets or sets the array of field names of the provider.

Top

Methods

  Name Description
Public method CreateConfigurationControl Provides an ASP.NET control that allows the user to configure a SPRowToParametersTransformer transformer. (Overrides WebPartTransformer.CreateConfigurationControl().)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method LoadConfigurationState Loads the configuration state saved by the SaveConfigurationState() method. (Overrides WebPartTransformer.LoadConfigurationState(Object).)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SaveConfigurationState Saves the configuration state set by the user in the ASP.NET configuration control. (Overrides WebPartTransformer.SaveConfigurationState().)
Public method ToString (Inherited from Object.)
Public method Transform Provides an object for transforming the data. (Overrides WebPartTransformer.Transform(Object).)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate method IWebPartParameters.GetParametersData
Explicit interface implemetationPrivate property IWebPartParameters.Schema
Explicit interface implemetationPrivate method IWebPartParameters.SetConsumerSchema

Top

See also

Reference

SPRowToParametersTransformer class

Microsoft.SharePoint.WebPartPages namespace