Click or drag to resize

SphinxVersion Class

Provides a convenient way to access to all supported Sphinx versions.
Inheritance Hierarchy
SystemObject
  SphinxConnector.NativeApiSphinxVersion

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public class SphinxVersion

The SphinxVersion type exposes the following members.

Constructors
 NameDescription
Public methodSphinxVersionInitializes a new instance of the SphinxVersion class
Top
Properties
 NameDescription
Public propertyStatic memberV221 Sphinx 2.2.1
Public propertyStatic memberV222 Sphinx 2.2.2
Public propertyStatic memberV223 Sphinx 2.2.3
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also