Table of Contents

Interface IEntityReference<TEntity>

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

Provides the functionalities to obtain the entity from an entity view.

public interface IEntityReference<out TEntity> where TEntity : BusinessEntity

Type Parameters

TEntity

The entity type.

Methods

GetEntity()

Gets the entity.

TEntity GetEntity()

Returns

TEntity

The entity.

IsEntityAvailable()

Gets a value indicating whether the entity is available.

bool IsEntityAvailable()

Returns

bool

The result.

UpdateEntity()

Updates the entity from the entity view.

void UpdateEntity()