Table of Contents

Interface IBoundEntityView<TEntityView, TEntity>

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

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

public interface IBoundEntityView<TEntityView, TEntity> : IEntityView<TEntityView>, IBoundEntityView<TEntity>, IEntityView where TEntityView : IBoundEntityView<TEntity> where TEntity : BusinessEntity

Type Parameters

TEntityView

The of entity view.

TEntity

Type of entity.

Inherited Members
Extension Methods