C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
OrFilter.cs
Go to the documentation of this file.
2{
5 public class OrFilter : ExpressionFilter { }
6}
A filter that operates on a list of filters.
A filter consisting of a list of filters, any of which have to be satisfied.
Definition OrFilter.cs:5