Share via


IsNotEmptyFilterRule Class

Definition

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

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

Constructors

IsNotEmptyFilterRule()

Initializes a new instance of the IsNotEmptyFilterRule 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 not 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