Table of Contents

Interface IUnboundEntityView<TEntityView>

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

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

public interface IUnboundEntityView<TEntityView> : IEntityView<TEntityView>, IUnboundEntityView, IEntityView where TEntityView : IEntityView

Type Parameters

TEntityView

The of entity view.

Inherited Members
Extension Methods