Class that is used to track property changes on an Entity or ComplexObject. Instances of this type are used
for both the EntityAspect.OriginalValuesMap as well as to track IEditableObject changes on an entity.
Inheritance Hierarchy
System.Collections.GenericDictionaryString, Object
Breeze.Sharp.CoreSafeDictionaryString, Object
Breeze.SharpBackupValuesMap
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
The BackupValuesMap type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BackupValuesMap | Initializes a new instance of the BackupValuesMap class | |
BackupValuesMap(DictionaryString, Object) | Initializes a new instance of the BackupValuesMap class |
Methods
Name | Description | |
---|---|---|
Add | Adds the specified key and value to the dictionary. (Inherited from DictionaryString, Object.) | |
Clear | Removes all keys and values from the DictionaryTKey, TValue. (Inherited from DictionaryString, Object.) | |
ContainsKey | Determines whether the DictionaryTKey, TValue contains the specified key. (Inherited from DictionaryString, Object.) | |
ContainsValue | Determines whether the DictionaryTKey, TValue contains a specific value. (Inherited from DictionaryString, 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 DictionaryString, 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 DictionaryString, Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TryGetValue | Gets the value associated with the specified key. (Inherited from DictionaryString, Object.) |
Fields
Name | Description | |
---|---|---|
Empty |
Properties
Name | Description | |
---|---|---|
Comparer | Gets the IEqualityComparerT that is used to determine equality of keys for the dictionary. (Inherited from DictionaryString, Object.) | |
Count | Gets the number of key/value pairs contained in the DictionaryTKey, TValue. (Inherited from DictionaryString, Object.) | |
Item | Gets or sets the value associated with the specified key. (Inherited from DictionaryString, Object.) | |
Keys | Gets a collection containing the keys in the DictionaryTKey, TValue. (Inherited from DictionaryString, Object.) | |
ReadOnlyDictionary | (Inherited from SafeDictionaryK, V.) | |
Values | Gets a collection containing the values in the DictionaryTKey, TValue. (Inherited from DictionaryString, Object.) |
See Also