Share via


FilterExpressionOperandNode Class

Definition

The FilterExpressionOperandNode class is responsible for holding a FilterRule within the FilterExpression tree.

public ref class FilterExpressionOperandNode : Microsoft::Management::UI::Internal::FilterExpressionNode
[Windows::Foundation::Metadata::WebHostHidden]
class FilterExpressionOperandNode : Microsoft::Management::UI::Internal::FilterExpressionNode
public class FilterExpressionOperandNode : Microsoft.Management.UI.Internal.FilterExpressionNode
type FilterExpressionOperandNode = class
    inherit FilterExpressionNode
Public Class FilterExpressionOperandNode
Inherits FilterExpressionNode
Inheritance
FilterExpressionOperandNode

Constructors

FilterExpressionOperandNode(FilterRule)

Initializes a new instance of the FilterExpressionOperandNode class.

Properties

Rule

The FilterRule to evaluate.

Methods

Evaluate(Object)

Evaluates the item against the contained FilterRule.

FindAll<T>()

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

(Inherited from FilterExpressionNode)

Applies to