A strongly typed dictionary mapping UniqueId keys containing temporary identifiers
to values for the permanent identifiers.
Inheritance Hierarchy
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
The UniqueIdMap type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| UniqueIdMap |
Initializes a new instance of the UniqueIdMap class.
| |
| UniqueIdMap(UniqueIdCollection) |
Initializes a new instance of the UniqueIdMap class.
| |
| UniqueIdMap(IEnumerableUniqueIdMap) |
Initializes a new instance of the UniqueIdMap class.
|
Methods
| Name | Description | |
|---|---|---|
| Add | Adds the specified key and value to the dictionary. (Inherited from DictionaryUniqueId, Object.) | |
| AddCollection |
Adds a UniqueIdCollection items.
| |
| AddMap |
Adds another UniqueIdMap to this one.
| |
| Clear | Removes all keys and values from the DictionaryTKey, TValue. (Inherited from DictionaryUniqueId, Object.) | |
| ContainsKey | Determines whether the DictionaryTKey, TValue contains the specified key. (Inherited from DictionaryUniqueId, Object.) | |
| ContainsValue | Determines whether the DictionaryTKey, TValue contains a specific value. (Inherited from DictionaryUniqueId, Object.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | Returns an enumerator that iterates through the DictionaryTKey, TValue. (Inherited from DictionaryUniqueId, Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove | Removes the value with the specified key from the DictionaryTKey, TValue. (Inherited from DictionaryUniqueId, Object.) | |
| ToCollection |
Returns the items in the map as a UniqueIdCollection | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue | Gets the value associated with the specified key. (Inherited from DictionaryUniqueId, Object.) |
Properties
| Name | Description | |
|---|---|---|
| Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. (Inherited from DictionaryUniqueId, Object.) | |
| Count | Gets the number of key/value pairs contained in the DictionaryTKey, TValue. (Inherited from DictionaryUniqueId, Object.) | |
| Item | Gets or sets the value associated with the specified key. (Inherited from DictionaryUniqueId, Object.) | |
| Keys | Gets a collection containing the keys in the DictionaryTKey, TValue. (Inherited from DictionaryUniqueId, Object.) | |
| Values | Gets a collection containing the values in the DictionaryTKey, TValue. (Inherited from DictionaryUniqueId, Object.) |
Remarks
See Also
Reference
[!:IIdGenerator]