Click or drag to resize
SphinxAttributeOverrideTOverridable Class
Represents an attribute for which values should be overwritten.
Inheritance Hierarchy
SystemObject
  SphinxConnector.NativeApiSphinxAttributeOverrideTOverridable

Namespace: SphinxConnector.NativeApi
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
[SerializableAttribute]
public sealed class SphinxAttributeOverride<TOverridable>
where TOverridable : IOverridableType

Type Parameters

TOverridable
The type of attribute to override.

The SphinxAttributeOverrideTOverridable type exposes the following members.

Constructors
  NameDescription
Public methodSphinxAttributeOverrideTOverridable
Initializes a new instance of the SphinxAttributeOverrideTOverridable class.
Top
Methods
  NameDescription
Public methodAddOverrideValue
Adds an override value for the document with the specified id.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAttributeName
Gets the name of the attribute for which values should be overwritten.
Public propertyOverrideValuesDictionary
Gets the dictionary which holds the override values and document ids for the attribute.
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also