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

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 SphinxUpdateValuesDictionary<TUpdateable> : Dictionary<long, IEnumerable<TUpdateable>>
where TUpdateable : IUpdateableType
Visual Basic
<SerializableAttribute> _
Public Class SphinxUpdateValuesDictionary(Of TUpdateable As IUpdateableType) _
	Inherits Dictionary(Of Long, IEnumerable(Of TUpdateable))

Type Parameters

TUpdateable
The type of the attribute for which this map provides updated values.

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'Int64, IEnumerable<(Of <(<'TUpdateable>)>)>>)>)>
    Gronewold.SphinxConnector.Collections..::..SphinxUpdateValuesDictionary<(Of <(<'TUpdateable>)>)>

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