Class representing a range filter on a navigation record set.

C# | Visual Basic | Visual C++ |
public class RangeFilter
Public Class RangeFilter
public ref class RangeFilter

All Members | Constructors | Methods | |||
Icon | Member | Description |
---|---|---|
![]() | RangeFilterRangeFilterNew(String) |
Constructor creating a filter.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString()() |
Returns the string representation of the filter.
(Overrides Object.ToString()().) |

A filter is composed of a record property name and a set of conditions
that have to be true in order for a record to pass through the filter.

Object | |
![]() | RangeFilter |