GigaSpaces XAP.NET Documentation
IChangedEntryDetails<(Of <(T>)>) Interface
Class LibraryGigaSpaces.CoreIChangedEntryDetails<(Of <(T>)>)
The result of a change operation executed on an entry
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IChangedEntryDetails<T>
Public Interface IChangedEntryDetails(Of T)
generic<typename T>
public interface class IChangedEntryDetails
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "T:GigaSpaces.Core.IChangedEntryDetails`1"]

Members
All MembersProperties



IconMemberDescription
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.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)