Table of Contents

Class Snapshot

Namespace
Shift.Common.Timeline.Snapshots
Assembly
Shift.Common.dll

Represents a memento for a specific version of a specific aggregate.

public class Snapshot
Inheritance
Snapshot
Inherited Members
Extension Methods

Constructors

Snapshot()

public Snapshot()

Properties

AggregateIdentifier

public Guid AggregateIdentifier { get; set; }

Property Value

Guid

AggregateState

public string AggregateState { get; set; }

Property Value

string

AggregateVersion

public int AggregateVersion { get; set; }

Property Value

int