Represents a change operation which correlate with a SetInDictionary(String, Object, Object) invocation.
| C# | Visual Basic | Visual C++ | J# |
public static class SetInDictionaryOperation
Public NotInheritable Class SetInDictionaryOperation
public ref class SetInDictionaryOperation abstract sealed
public final class SetInDictionaryOperation
| All Members | Methods | Fields | |||
| Icon | Member | Description |
|---|---|---|
| GetKey(IChangeOperation) |
Returns the key that was set.
| |
| GetNewSize(IChangeOperationResult) |
Returns the size of the dictionary after the operation that was applied.
| |
| GetPath(IChangeOperation) |
Returns the path the operation changed.
| |
| GetPreviousValue(IChangeOperationResult) |
Returns the previous value associated with this key or null if none exists.
| |
| GetValue(IChangeOperation) |
Returns value that was set for the given key.
| |
| Name |
The name of the operation.
| |
| Represents(IChangeOperation) |
Returns whether this operation type represents the given change operation.
|
| Object | |
| SetInDictionaryOperation | |
