The RangeFilter type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CreateBetweenRangeFilter |
Creates new between range filter.
|
![]() ![]() | CreateComparisonRangeFilter |
Creates new between comparison filter.
|
![]() ![]() | CreateGeocodeBetweenRangeFilter |
Creates a new geocode between filter.
|
![]() ![]() | CreateGeocodeComparisonRangeFilter |
Creates a new geocode comparison filter.
|
![]() | Equals | Overloaded. |
![]() | 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 |
See GetHashCode()()().
(Overrides Object..::.GetHashCode()()().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Parse |
Parses the specified string into a RangeFilter instance.
|
![]() | ToString |
Returns a formatted representation of this filter.
(Overrides Object..::.ToString()()().) |
Properties
Name | Description | |
---|---|---|
![]() | AttributeName |
Gets the name of the property or dimension that this range filter compares against.
|
![]() | Bound1 |
Gets the first bound for this filter.
|
![]() | Bound2 |
Gets the second bound for this filter. This will be null unless
Operator is Between or
GeocodeBetween.
|
![]() | Geocode |
Gets the Geocode that serves as reference point for geocode filter
operations. Returns null if this RangeFilter does not represent a geocode
filter.
|
![]() | Operator |
Gets the operator that describes the type of filter operation represented by this
RangeFilter.
|