Share via


IsEmptyFilterRule Class

Definition

The IsEmptyFilterRule evaluates an item to determine whether it is empty or not.

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

Constructors

IsEmptyFilterRule()

Initializes a new instance of the IsEmptyFilterRule class.

Properties

DisplayName

Gets a display friendly name for the FilterRule.

(Inherited from FilterRule)
IsValid

Gets a value indicating whether the FilterRule can be evaluated in its current state.

(Inherited from FilterRule)

Methods

Evaluate(Object)

Gets a values indicating whether the supplied item is empty.

NotifyEvaluationResultInvalidated()

Fires EvaluationResultInvalidated.

(Inherited from FilterRule)

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