Table of Contents

Interface IScenario

Namespace
Virtufin.Core.Contracts
Assembly
Virtufin.Core.dll

A snapshot of the system at a single time-point: the time itself plus the State of transactions observed.

public interface IScenario

Properties

State

Transactions in effect at TimeStamp.

IState State { get; }

Property Value

IState

TimeStamp

When this snapshot was taken.

ITimeStamp TimeStamp { get; }

Property Value

ITimeStamp