Share via


FilterExpressionOrOperatorNode Class

Definition

The FilterExpressionOrOperatorNode class is responsible for containing children FilterExpressionNodes which will be OR'ed together during evaluation.

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

Constructors

FilterExpressionOrOperatorNode()

Initializes a new instance of the FilterExpressionOrOperatorNode class.

FilterExpressionOrOperatorNode(IEnumerable<FilterExpressionNode>)

Initializes a new instance of the FilterExpressionOrOperatorNode class.

Properties

Children

Gets a collection FilterExpressionNode children used during evaluation.

Methods

Evaluate(Object)

Evaluates the children FilterExpressionNodes and returns the OR'ed result of their results.

FindAll<T>()

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

(Inherited from FilterExpressionNode)

Applies to