BackupValuesMap Class Breeze.sharp
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

SystemObject
  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

public class BackupValuesMap : SafeDictionary<string, Object>

The BackupValuesMap type exposes the following members.

Constructors

  NameDescription
Public methodBackupValuesMap
Initializes a new instance of the BackupValuesMap class
Public methodBackupValuesMap(DictionaryString, Object)
Initializes a new instance of the BackupValuesMap class
Top
Methods

  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, Object.)
Public methodClear (Inherited from DictionaryString, Object.)
Public methodContainsKey (Inherited from DictionaryString, Object.)
Public methodContainsValue (Inherited from DictionaryString, 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 DictionaryString, 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 DictionaryString, Object.)
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 DictionaryString, Object.)
Top
Fields

  NameDescription
Public fieldStatic memberEmpty
Top
Properties

  NameDescription
Public propertyComparer (Inherited from DictionaryString, Object.)
Public propertyCount (Inherited from DictionaryString, Object.)
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryString, Object.)
Public propertyKeys (Inherited from DictionaryString, Object.)
Public propertyReadOnlyDictionary (Inherited from SafeDictionaryK, V.)
Public propertyValues (Inherited from DictionaryString, Object.)
Top
See Also

Reference