The result of a change operation executed on an entry
Declaration Syntax
C# | Visual Basic | Visual C++ | J# |
public interface IChangedEntryDetails<T>
Public Interface IChangedEntryDetails(Of T)
generic<typename T> public interface class IChangedEntryDetails
Generic Template Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:GigaSpaces.Core.IChangedEntryDetails`1"]
Members
All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
ChangeOperationsResults |
Gets the results of the change operations which were inflicted on the changed entry.
The order of the list will be correlated to the order of operation which were specified on the ChangeSet that
was used for this change operation.
| |
Id |
Gets the id of the changed entry.
| |
TypeName |
Gets the changed entry type name.
| |
Version |
Gets the version of the entry after the change opertion.
|