Share via


FilterRuleCustomizationFactory Class

Definition

The FilterRuleCustomizationFactory class provides a central location a return an abstract factory which creates the standard settings and rules used by the builtin FilterRules.

public ref class FilterRuleCustomizationFactory abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class FilterRuleCustomizationFactory abstract
[Windows::Foundation::Metadata::WebHostHidden]
class FilterRuleCustomizationFactory abstract
public abstract class FilterRuleCustomizationFactory
type FilterRuleCustomizationFactory = class
Public MustInherit Class FilterRuleCustomizationFactory
Inheritance
FilterRuleCustomizationFactory
Derived

Constructors

FilterRuleCustomizationFactory()

Properties

FactoryInstance

Gets or sets a factory instance which is used by builtin filter rules.

PropertyValueGetter

Gets or sets a IPropertyValueGetter that can retrieve the values of properties on a given object.

Methods

ClearValues(FilterRule)

Clears the values from the filter rule.

CreateDefaultFilterRulesForPropertyValueSelectorFilterRule<T>()

Returns a collection containing the default rules used by a PropertyValueSelectorFilterRule for type T.

GetErrorMessageForInvalidValue(String, Type)

Get an error message to display to a user when they provide a string value that cannot be parsed to type typeToParseTo.

TransferValues(FilterRule, FilterRule)

Transfers the values from the old rule into the new rule.

Applies to