Table of Contents

Interface IHistoryEntity

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

Properties

Columns

IReadOnlyList<IHistoryEntityColumn> Columns { get; }

Property Value

IReadOnlyList<IHistoryEntityColumn>

States

IEnumerable<IHistoryEntityState> States { get; }

Property Value

IEnumerable<IHistoryEntityState>

Methods

GetColumn(string)

IHistoryEntityColumn GetColumn(string name)

Parameters

name string

Returns

IHistoryEntityColumn

GetState(DateTimeOffset)

IHistoryEntityState GetState(DateTimeOffset timestamp)

Parameters

timestamp DateTimeOffset

Returns

IHistoryEntityState