SPRowToParametersTransformer Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
SPRowToParametersTransformer | Initializes a new instance of the SPRowToParametersTransformer class. |
Top
Properties
Name | Description | |
---|---|---|
ConsumerFieldNames | Gets or sets the array of consumer field names that will receive the values from the provider. | |
ProviderFieldNames | Gets or sets the array of field names of the provider. |
Top
Methods
Name | Description | |
---|---|---|
CreateConfigurationControl | Provides an ASP.NET control that allows the user to configure a SPRowToParametersTransformer transformer. (Overrides WebPartTransformer.CreateConfigurationControl().) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoadConfigurationState | Loads the configuration state saved by the SaveConfigurationState() method. (Overrides WebPartTransformer.LoadConfigurationState(Object).) | |
MemberwiseClone | (Inherited from Object.) | |
SaveConfigurationState | Saves the configuration state set by the user in the ASP.NET configuration control. (Overrides WebPartTransformer.SaveConfigurationState().) | |
ToString | (Inherited from Object.) | |
Transform | Provides an object for transforming the data. (Overrides WebPartTransformer.Transform(Object).) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IWebPartParameters.GetParametersData | ||
IWebPartParameters.Schema | ||
IWebPartParameters.SetConsumerSchema |
Top