Table of Contents

Interface IEntityView<TEntityView>

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

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

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

Type Parameters

TEntityView

The of entity view.

Extension Methods

Methods

CopyFrom(TEntityView)

Copies the properties from a source entity view.

void CopyFrom(TEntityView entityView)

Parameters

entityView TEntityView

Entity view.

ToDictionary()

Fill a dictionary property name, property value of entity view.

IDictionary<string, object?> ToDictionary()

Returns

IDictionary<string, object>

A dictionary of entity view properties.