SphinxVersion Class

Provides a convenient way to access to all supported Sphinx versions.

Definition

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public class SphinxVersion
Inheritance
Object    SphinxVersion

Constructors

SphinxVersionInitializes a new instance of the SphinxVersion class

Properties

V221 Sphinx 2.2.1
V222 Sphinx 2.2.2
V223 Sphinx 2.2.3

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also