Interface IReplicationVersionInfo
Inherited Members
System.IComparable.CompareTo(System.Object)
Namespace: NFX.DataAccess.Distributed
Assembly: NFX.dll
Syntax
public interface IReplicationVersionInfo : IComparable
Properties
VersionDeleted
Returns true for items that have been marked for deletion
Declaration
bool VersionDeleted { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
VersionUTCTimestamp
Provides a UTC timestamp for this version - when last change was made
Declaration
DateTime VersionUTCTimestamp { get; }
Property Value
Type | Description |
---|---|
System.DateTime |