TransformableFilterValuesToFieldTransformer members
Allows the connection of standard filters that implement ITransformableFilterValuesto any Web Part that can consume IWebPartField. This transformer returns the first value of the first parameter sent via ITransformableFilterValues.
The TransformableFilterValuesToFieldTransformer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
TransformableFilterValuesToFieldTransformer | Initializes a new instance of the TransformableFilterValuesToFieldTransformer class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateConfigurationControl | (Inherited from WebPartTransformer.) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
LoadConfigurationState | (Inherited from WebPartTransformer.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SaveConfigurationState | (Inherited from WebPartTransformer.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Transform | (Overrides WebPartTransformer.Transform(Object).) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
IWebPartField.GetFieldValue | Sends the ProviderFilter as the object data. The client will use[FilterValuesPropertyDescriptor] to read the string out of the provider filter. |
![]() ![]() |
IWebPartField.Schema | Returns the schema of the filter, using the ParameterName as the Name, and string as the type. |
Top