Table of Contents

Interface IEntityViewRepositoryContext<TEntityView>

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

Provides the functionalities of an entity view persistence.

[SuppressMessage("Major Code Smell", "S2326:Unused type parameters should be removed", Justification = "Empty interface")]
public interface IEntityViewRepositoryContext<TEntityView> : IEntityViewRepositoryContext where TEntityView : class, IEntityView

Type Parameters

TEntityView

The entity view type.

Inherited Members