Table of Contents

Class MetadataFilter.Composite

Namespace
LMKit.Data
Assembly
LM-Kit.NET.dll

A composite node: combines child filters with And or Or.

public sealed class MetadataFilter.Composite : MetadataFilter
Inheritance
MetadataFilter.Composite
Inherited Members

Properties

ConditionCount

Gets the total number of nodes in this node's subtree, itself included.

Depth

Gets the nesting depth of this node's subtree (a single comparison is 1).

Filters

Gets the child filters this node combines.

Operator

Gets the operation this node applies.

Methods

Matches(MetadataCollection)

Evaluates this filter against a metadata collection.

Share