Click or drag to resize

ISphinxType Interface

Interface every implementation for a Sphinx type must implement.

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

The ISphinxType type exposes the following members.

Properties
  NameDescription
Public propertySphinxAttributeType
Gets the type of the sphinx attribute the implementing type represents.
Public propertySupportedSince
Gets the version since when the implementing type is supported by Sphinx.
Public propertyValue
Gets the value of the implementing type.
Top
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.)
Top
See Also