Table of Contents

Interface IPersistedEntity

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

Provides the functionalities of a persisted entity.

public interface IPersistedEntity

Properties

Entity

Gets the entity.

BusinessEntity Entity { get; }

Property Value

BusinessEntity

EntityState

Gets or sets the state of the entity.

BusinessEntityState EntityState { get; set; }

Property Value

BusinessEntityState