This documentation is archived and is not being maintained.

RowToParametersTransformer Methods

The RowToParametersTransformer type exposes the following members.

  NameDescription
Public method CreateConfigurationControl Provides an ASP.NET control that allows the user to configure a RowToParametersTransformer transformer in the ConnectionsZone zone. (Overrides WebPartTransformer::CreateConfigurationControl().)
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method LoadConfigurationState Loads the configuration state saved with the SaveConfigurationState method. (Inherited from WebPartTransformer.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method SaveConfigurationState Saves the configuration state set by the user in the ASP.NET configuration control. (Inherited from WebPartTransformer.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method Transform Provides an object for transforming the data. (Overrides WebPartTransformer::Transform(Object).)
Top

  NameDescription
Explicit interface implemetation Private method IWebPartParameters::GetParametersData Gets the value of the data from the connection provider.
Explicit interface implemetation Private method IWebPartParameters::SetConsumerSchema Sets the property descriptors for the properties that the consumer receives when the IWebPartParameters::GetParametersData method is called.
Top
Show: