SelectorFilterRule Class

Definition

The SelectorFilterRule represents a rule composed of other rules.

public ref class SelectorFilterRule : Microsoft::Management::UI::Internal::FilterRule
[Windows::Foundation::Metadata::WebHostHidden]
class SelectorFilterRule : Microsoft::Management::UI::Internal::FilterRule
[System.Serializable]
public class SelectorFilterRule : Microsoft.Management.UI.Internal.FilterRule
[<System.Serializable>]
type SelectorFilterRule = class
    inherit FilterRule
Public Class SelectorFilterRule
Inherits FilterRule
Inheritance
SelectorFilterRule
Derived
Attributes

Constructors

SelectorFilterRule()

Creates a new SelectorFilterRule instance.

Properties

AvailableRules

Gets the collection of available rules.

DisplayName

Gets a display friendly name for the FilterRule.

(Inherited from FilterRule)
IsValid

Gets a value indicating whether the rule can be evaluated.

Methods

Evaluate(Object)

Evaluates whether the item is inclusive.

NotifyEvaluationResultInvalidated()

Fires EvaluationResultInvalidated.

(Inherited from FilterRule)
OnSelectedValueChanged(FilterRule, FilterRule)

Called when the SelectedValue within AvailableRules changes.

Events

EvaluationResultInvalidated

Occurs when the values of this rule changes.

(Inherited from FilterRule)

Extension Methods

DeepCopy(FilterRule)

Creates a deep copy of a FilterRule.

Applies to