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.

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

Type Parameters

TEntity

Type of entity.

Extension Methods

Properties

RowVersion

Gets the row version for concurrency access.

byte[] RowVersion { get; }

Property Value

byte[]