Interface IHistoryEntityState
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public interface IHistoryEntityState
Properties
Count
int Count { get; }
Property Value
this[int]
object this[int index] { get; }
Parameters
indexint
Property Value
this[string]
object this[string name] { get; }
Parameters
namestring
Property Value
Timestamp
TimestampModel Timestamp { get; }