1using System.Runtime.Serialization;
9 #region Public Properties
11 [DataMember(Order = 15)]
15 [DataMember(Order = 16)]
19 [DataMember(Order = 17)]
23 [DataMember(Order = 18)]
25 #endregion Public Properties
A filter that does a test on some attribute.
A filter where the specified attribute must have a numeric value that is within the specified range o...
double begin_value
Values must be greater than this value to be included.
bool begin_inclusive
If true, values greater than OR equal to begin_value will be included.
bool end_inclusive
If true, values must be less than OR equal to end_value to be included.
double end_value
Values must be less than this value to be included.