UniqueIdMap Class Breeze.sharp
A strongly typed dictionary mapping UniqueId keys containing temporary identifiers to values for the permanent identifiers.
Inheritance Hierarchy

SystemObject
  System.Collections.GenericDictionaryUniqueId, Object
    Breeze.SharpUniqueIdMap

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public class UniqueIdMap : Dictionary<UniqueId, Object>

The UniqueIdMap type exposes the following members.

Constructors

  NameDescription
Public methodUniqueIdMap
Initializes a new instance of the UniqueIdMap class.
Public methodUniqueIdMap(UniqueIdCollection)
Initializes a new instance of the UniqueIdMap class.
Public methodUniqueIdMap(IEnumerableUniqueIdMap)
Initializes a new instance of the UniqueIdMap class.
Top
Methods

  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryUniqueId, Object.)
Public methodAddCollection
Adds a UniqueIdCollection items.
Public methodAddMap
Adds another UniqueIdMap to this one.
Public methodClear (Inherited from DictionaryUniqueId, Object.)
Public methodContainsKey (Inherited from DictionaryUniqueId, Object.)
Public methodContainsValue (Inherited from DictionaryUniqueId, Object.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryUniqueId, Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove (Inherited from DictionaryUniqueId, Object.)
Public methodToCollection
Returns the items in the map as a UniqueIdCollection
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 DictionaryUniqueId, Object.)
Top
Properties

  NameDescription
Public propertyComparer (Inherited from DictionaryUniqueId, Object.)
Public propertyCount (Inherited from DictionaryUniqueId, Object.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryUniqueId, Object.)
Public propertyKeys (Inherited from DictionaryUniqueId, Object.)
Public propertyValues (Inherited from DictionaryUniqueId, Object.)
Top
Remarks

Used in the [!:IIdGenerator] method [!:IIdGenerator.GetRealIdMap] when mapping temporary to real identifiers.
See Also

Reference

[!:IIdGenerator]