[Missing <summary> documentation for "N:GigaSpaces.Core.Change"]
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
namespace GigaSpaces.Core.Change
Namespace GigaSpaces.Core.Change
namespace GigaSpaces.Core.Change
package GigaSpaces.Core.Change
Types
All Types | Classes |
Icon | Type | Description |
---|---|---|
AddRangeToCollectionOperation |
Represents a change operation which correlate with a AddRangeToCollection(String, IEnumerable<(Of <<'(Object>)>>)) invocation.
| |
AddToCollectionOperation |
Represents a change operation which correlate with a AddToCollection(String, Object) invocation.
| |
IncrementOperation |
Represents a change operation which correlate with a Increment(String, Int32) or Decrement(String, Int32) invocation.
| |
RemoveFromCollectionOperation |
Represents a change operation which correlate with a RemoveFromCollection(String, Object) invocation.
| |
RemoveFromDictionaryOperation |
Represents a change operation which correlate with a RemoveFromDictionary(String, Object) invocation.
| |
SetInDictionaryOperation |
Represents a change operation which correlate with a SetInDictionary(String, Object, Object) invocation.
| |
SetOperation |
Represents a change operation which correlate with a Set(String, Object) invocation.
| |
UnsetOperation |
Represents a change operation which correlate with a Unset(String) invocation.
|