Table of Contents

Interface IBoundEntityView<TEntity>

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

Provides the functionalities of a view on a particular type of entity.

[SuppressMessage("Major Code Smell", "S2326:Unused type parameters should be removed", Justification = "Used by extension methods")]
public interface IBoundEntityView<in TEntity> : IEntityView where TEntity : BusinessEntity

Type Parameters

TEntity

Type of entity.

Extension Methods