Table of Contents

Class FilterTerm

Namespace
SharpConsoleUI.Controls
Assembly
SharpConsoleUI.dll

A filter term: one or more alternative expressions combined with OR.

public class FilterTerm
Inheritance
FilterTerm
Inherited Members
Extension Methods

Properties

Alternatives

Alternative filter expressions (OR relationship — any must match).

public List<FilterExpression> Alternatives { get; init; }

Property Value

List<FilterExpression>