Click or drag to resize

SphinxAttributeMatch Class

Provides information about a matched attribute.
Inheritance Hierarchy
SystemObject
  SphinxConnector.NativeApiSphinxAttributeMatch

Namespace:  SphinxConnector.NativeApi
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
[SerializableAttribute]
public class SphinxAttributeMatch

The SphinxAttributeMatch type exposes the following members.

Properties
  NameDescription
Public propertyAttributeName
Gets the name of the matched attribute.
Public propertyAttributeType
Gets the type of the attribute.
Public propertyAttributeValue
Gets the attribute value.
Public propertyIsMultiValued
Gets a value indicating whether the attribute value is multi valued.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also