The SphinxOrdinal type exposes the following members.

Constructors

  Name Description
Public method SphinxOrdinal
Initializes a new instance of the SphinxOrdinal class.

Methods

  Name Description
Public method CompareTo
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.
Public method Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ValueType..::..Equals(Object).)
Public method Equals(SphinxOrdinal)
Indicates whether the current object is equal to another object of the same type.
Public method GetHashCode
Serves as a hash function for a particular type.
(Overrides ValueType..::..GetHashCode()()()().)
Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method ToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)

Operators

  Name Description
Public operator Static member Equality
Implements the operator ==.
Public operator Static member Implicit Widening Implicit Implicit Implicit (Int32 to SphinxOrdinal)
Performs an implicit conversion from Int32 to SphinxOrdinal.
Public operator Static member Implicit Widening Implicit Implicit Implicit (SphinxOrdinal to Int32)
Performs an implicit conversion from SphinxOrdinal to Int32.
Public operator Static member Inequality
Implements the operator !=.

Properties

  Name Description
Public property SphinxAttributeType
Gets the type of the sphinx attribute this instance represents.
Public property SupportedSince
Gets the version since when this type is supported by Sphinx.
Public property Value
Gets the value of this instance.

See Also