TransformableFilterValuesToFilterValuesTransformer members
Applies standard filters that implement ITransformableFilterValues to any Web Part that can consume IFilterValues.
The TransformableFilterValuesToFilterValuesTransformer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TransformableFilterValuesToFilterValuesTransformer | Initializes a new instance of the TransformableFilterValuesToFilterValuesTransformer class. |
Top
Properties
Name | Description | |
---|---|---|
MappedConsumerParameterName | Gets or sets the consumer parameter name to which the current process maps. |
Top
Methods
Name | Description | |
---|---|---|
CreateConfigurationControl | (Overrides WebPartTransformer.CreateConfigurationControl().) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
LoadConfigurationState | Loads the Transformer's state. (Overrides WebPartTransformer.LoadConfigurationState(Object).) | |
MemberwiseClone | (Inherited from Object.) | |
SaveConfigurationState | Saves the Transformer's state. (Overrides WebPartTransformer.SaveConfigurationState().) | |
ToString | (Inherited from Object.) | |
Transform | (Overrides WebPartTransformer.Transform(Object).) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IFilterValues.ParameterName | Returns the consumer parameter name that the user selected in the configuration wizard. | |
IFilterValues.ParameterValues | The parameter values from the the providing Filter. | |
IFilterValues.SetConsumerParameters | Used by Filter consumers to advertise their list of supported parameter names. |
Top