The set of changes to apply for matches entries of the change operation.
            
| C# | Visual Basic | Visual C++ | J# | 
public class ChangeSet
Public Class ChangeSet
public ref class ChangeSet
public class ChangeSet
| All Members | Constructors | Methods | |||
| Icon | Member | Description | 
|---|---|---|
| ChangeSet()()()() | Initializes a new instance of the ChangeSet class  | |
| AddRangeToCollection(String, IEnumerable<(Of <<'(Object>)>>)) | 
            Adds the given items to a collection property.
              | |
| AddToCollection(String, Object) | 
            Adds the given item to a collection property. 
              | |
| AddToCollection(String, Object, StorageType) | 
            Adds the given item to a collection property. 
              | |
| Decrement(String, Byte) | 
            Decrement a property with the given delta. 
              | |
| Decrement(String, Int16) | 
            Decrement a property with the given delta. 
              | |
| Decrement(String, Int32) | 
            Decrement a property with the given delta. 
              | |
| Decrement(String, Int64) | 
            Decrement a property with the given delta. 
              | |
| Decrement(String, Single) | 
            Decrement a property with the given delta. 
              | |
| Decrement(String, Double) | 
            Decrement a property with the given delta. 
              | |
| Equals(Object) |  (Inherited from Object.) | |
| Finalize()()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                  (Inherited from Object.) | |
| GetHashCode()()()() | 
                    Serves as a hash function for a particular type. 
                  (Inherited from Object.) | |
| GetType()()()() | 
                    Gets the Type of the current instance.
                  (Inherited from Object.) | |
| Increment(String, Byte) | 
            Increment a property with the given delta. 
              | |
| Increment(String, Int16) | 
            Increment a property with the given delta. 
              | |
| Increment(String, Int32) | 
            Increment a property with the given delta. 
              | |
| Increment(String, Int64) | 
            Increment a property with the given delta. 
              | |
| Increment(String, Single) | 
            Increment a property with the given delta. 
              | |
| Increment(String, Double) | 
            Increment a property with the given delta. 
              | |
| Lease(Int64) | 
            Change the entry lease with the new lease. 
              | |
| MemberwiseClone()()()() | 
                    Creates a shallow copy of the current Object.
                  (Inherited from Object.) | |
| RemoveFromCollection(String, Object) | 
            Removes the given item from a collection property. 
              | |
| RemoveFromDictionary(String, Object) | 
            Removes the given key from a dictionary property. 
              | |
| Set(String, Object) | 
            Sets the value of the given path.
              | |
| Set(String, Object, StorageType) | 
            Sets the value of the given path.
              | |
| SetInDictionary(String, Object, Object) | 
            Sets the given key and value in a dictionary property, this is equivallent to using the [] indexer of a dictionary.
              | |
| SetInDictionary(String, Object, Object, StorageType) | 
            Sets the given key and value in a dictionary property, this is equivallent to using the [] indexer of a dictionary.
              | |
| ToString()()()() |  (Inherited from Object.) | |
| Unset(String) | 
            Unsets the specified path. If the path points to a dynamic property or a map key it will be removed, if it points to a fixed
            property it will be set to null, in that case, the target path must point to a nullable property otherwise an error will occur.
              | 
| Object | |
| ChangeSet | |
