Table of Contents

Interface IPersistenceContext

Namespace
GroupeIsa.Neos.Domain.Persistence
Assembly
GroupeIsa.Neos.Domain.Abstractions.dll

Provides the functionalities to determine if we are in a read only persistence context.

public interface IPersistenceContext

Properties

ConcurrencyAccessMode

Gets the concurrency access mode to use for the persisting a record. When null, the default concurrency access mode set on the cluster must be used.

ConcurrencyAccessMode? ConcurrencyAccessMode { get; }

Property Value

ConcurrencyAccessMode?

IsReadOnly

Gets a value indicating whether we are in a read only persistence context.

bool IsReadOnly { get; }

Property Value

bool