Table of Contents

Interface IHistoryEntityState

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public interface IHistoryEntityState

Properties

Count

int Count { get; }

Property Value

int

this[int]

object this[int index] { get; }

Parameters

index int

Property Value

object

this[string]

object this[string name] { get; }

Parameters

name string

Property Value

object

Timestamp

TimestampModel Timestamp { get; }

Property Value

TimestampModel