C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
LTFilter.cs
Go to the documentation of this file.
2{
5 public class LTFilter : ComparisonFilter { }
6}
A filter where the specified attribute's value is compared to some predetermined value.
A filter where the specified attribute must have a numeric value that is less than a specified value.
Definition LTFilter.cs:5