Table of Contents

Interface IStateBacked<TState>

Namespace
Chronicler
Assembly
Chronicler.dll

Exposes a canonical serializable state value for an object.

public interface IStateBacked<out TState>

Type Parameters

TState

The type that represents the object's serializable state.

Properties

State

Gets the canonical serializable state for this object.

TState State { get; }

Property Value

TState