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