Table of Contents

Interface IRowVersionedEntityView

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

Defines a contract for EntityView types that include a concurrency control token (RowVersion) used to detect conflicting updates.

public interface IRowVersionedEntityView

Properties

RowVersion

Gets the row version for concurrency access.

[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonConverter(typeof(ByteArrayHexJsonConverter))]
byte[] RowVersion { get; }

Property Value

byte[]