Represents a map between document ids and user defined attribute values of type TOverridable.

Namespace: Gronewold.SphinxConnector.Collections
Assembly: Gronewold.SphinxConnector (in Gronewold.SphinxConnector.dll) Version: 2.7.0.3011 (2.7.0.3011)

Syntax

C#
[SerializableAttribute]
public class SphinxOverrideValuesDictionary<TOverridable> : Dictionary<long, TOverridable>
where TOverridable : IOverridableType
Visual Basic
<SerializableAttribute> _
Public Class SphinxOverrideValuesDictionary(Of TOverridable As IOverridableType) _
	Inherits Dictionary(Of Long, TOverridable)

Type Parameters

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

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'Int64, TOverridable>)>)>
    Gronewold.SphinxConnector.Collections..::..SphinxOverrideValuesDictionary<(Of <(<'TOverridable>)>)>

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also