Click or drag to resize
SphinxOverrideValuesDictionaryTOverridable Class
Represents a map between document ids and user defined attribute values of type TOverridable.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryInt64, TOverridable
    SphinxConnector.NativeApi.CollectionsSphinxOverrideValuesDictionaryTOverridable

Namespace: SphinxConnector.NativeApi.Collections
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 3.12.6
Syntax
[SerializableAttribute]
public class SphinxOverrideValuesDictionary<TOverridable> : Dictionary<long, TOverridable>
where TOverridable : IOverridableType

Type Parameters

TOverridable
The type of the attribute for which this map provides overrides.

The SphinxOverrideValuesDictionaryTOverridable type exposes the following members.

Constructors
  NameDescription
Public methodSphinxOverrideValuesDictionaryTOverridable
Initializes a new instance of the SphinxOverrideValuesDictionaryTOverridable class.
Public methodSphinxOverrideValuesDictionaryTOverridable(IDictionaryInt64, TOverridable)
Initializes a new instance of the SphinxOverrideValuesDictionaryTOverridable class.
Public methodSphinxOverrideValuesDictionaryTOverridable(IEqualityComparerInt64)
Initializes a new instance of the SphinxOverrideValuesDictionaryTOverridable class.
Public methodSphinxOverrideValuesDictionaryTOverridable(Int32)
Initializes a new instance of the SphinxOverrideValuesDictionaryTOverridable class.
Public methodSphinxOverrideValuesDictionaryTOverridable(IDictionaryInt64, TOverridable, IEqualityComparerInt64)
Initializes a new instance of the SphinxOverrideValuesDictionaryTOverridable class.
Public methodSphinxOverrideValuesDictionaryTOverridable(Int32, IEqualityComparerInt64)
Initializes a new instance of the SphinxOverrideValuesDictionaryTOverridable class.
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryInt64, TOverridable.)
Public methodClear (Inherited from DictionaryInt64, TOverridable.)
Public methodContainsKey (Inherited from DictionaryInt64, TOverridable.)
Public methodContainsValue (Inherited from DictionaryInt64, TOverridable.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryInt64, TOverridable.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryInt64, TOverridable.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryInt64, TOverridable.)
Public methodRemove (Inherited from DictionaryInt64, TOverridable.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryInt64, TOverridable.)
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryInt64, TOverridable.)
Public propertyCount (Inherited from DictionaryInt64, TOverridable.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryInt64, TOverridable.)
Public propertyKeys (Inherited from DictionaryInt64, TOverridable.)
Public propertyValues (Inherited from DictionaryInt64, TOverridable.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueAdd (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIDictionaryAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueContains (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIDictionaryContains
Determines whether the IDictionary contains an element with the specified key.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueCopyTo (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodICollectionCopyTo (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIEnumerableKeyValuePairTKey, TValueGetEnumerator (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIDictionaryGetEnumerator (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate propertyIDictionaryIsFixedSize
Gets a value indicating whether the IDictionary has a fixed size.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate propertyICollectionKeyValuePairTKey, TValueIsReadOnly (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate propertyIDictionaryIsReadOnly
Gets a value indicating whether the IDictionary is read-only.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate propertyIDictionaryItem
Gets or sets the value with the specified key.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueKeys (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate propertyIDictionaryKeys
Gets an ICollection containing the keys of the IDictionary.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodICollectionKeyValuePairTKey, TValueRemove (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate methodIDictionaryRemove
Removes the element with the specified key from the IDictionary.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate propertyIDictionaryTKey, TValueValues (Inherited from DictionaryInt64, TOverridable.)
Explicit interface implementationPrivate propertyIDictionaryValues
Gets an ICollection containing the values in the IDictionary.
(Inherited from DictionaryInt64, TOverridable.)
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