Click or drag to resize
IRangeFilterableType Interface
Types that implement this interface can be used as a type argument to the SetFilterRange() method.

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
public interface IRangeFilterableType : ISphinxType, 
	IComparable

The IRangeFilterableType type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparable.)
Public methodWriteValue
Writes the value for a range filter on the implementing type to the given BinaryWriter.
Top
Properties
  NameDescription
Public propertyRequiredVersion
Gets the minimum required version for applying a range filter to the implementing type.
Public propertySphinxAttributeType
Gets the type of the sphinx attribute the implementing type represents.
(Inherited from ISphinxType.)
Public propertySupportedSince
Gets the version since when the implementing type is supported by Sphinx.
(Inherited from ISphinxType.)
Public propertyValue
Gets the value of the implementing type.
(Inherited from ISphinxType.)
Top
See Also