Skip to main content

IArlecchinoScopedStore interface

Namespace: Arlecchino.Atoms ยท Assembly: Arlecchino.Core

A store that lives as long as the screen that asked for it: navigating away disposes the scope and with it the store, and navigating back builds a fresh one. Registered by AddGeneratedStores() exactly as an IArlecchinoStore is, only scoped.

public interface IArlecchinoScopedStore : IArlecchinoStore

Implements IArlecchinoStore