Share via


FilterExpressionNode Class

Definition

The FilterExpressionNode class is the base class for derived FilterExpressionNodes. FilterExpressionNodes are used to construct a logical evaluation tree which holds FilterRules as its operands.

public ref class FilterExpressionNode abstract : Microsoft::Management::UI::Internal::IEvaluate
[Windows::Foundation::Metadata::WebHostHidden]
public ref class FilterExpressionNode abstract : Microsoft::Management::UI::Internal::IEvaluate
[Windows::Foundation::Metadata::WebHostHidden]
class FilterExpressionNode abstract : Microsoft::Management::UI::Internal::IEvaluate
public abstract class FilterExpressionNode : Microsoft.Management.UI.Internal.IEvaluate
type FilterExpressionNode = class
    interface IEvaluate
Public MustInherit Class FilterExpressionNode
Implements IEvaluate
Inheritance
FilterExpressionNode
Derived
Implements

Constructors

FilterExpressionNode()

Methods

Evaluate(Object)

In derived classes, this evaluation will return a true or false result based upon some criteria.

FindAll<T>()

Retrieves all elements of the specified type within the entire expression tree.

Applies to