C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.LossFilters Namespace Reference

Classes

class  AndFilter
 A filter consisting of a list of filters, all of which have to be satisfied. More...
 
class  AnyFilter
 Matches all losses (always returns true). More...
 
class  AnyOfFilter
 A filter consisting of an attribute and a list of accepted values for that attribute. More...
 
class  AttributeFilter
 A filter that does a test on some attribute. More...
 
class  ComparisonFilter
 A filter where the specified attribute's value is compared to some predetermined value. More...
 
class  ExpressionFilter
 A filter that operates on a list of filters. More...
 
class  GTFilter
 A filter where the specified attribute must have a numeric value that is greater than a specified value. More...
 
class  LTFilter
 A filter where the specified attribute must have a numeric value that is less than a specified value. More...
 
class  OrFilter
 A filter consisting of a list of filters, any of which have to be satisfied. More...
 
class  RangeFilter
 A filter where the specified attribute must have a numeric value that is within the specified range of values. More...
 
class  RecordTypeAnyOfFilter
 A filter consisting of an attribute and a list of accepted values for that attribute. More...