C# Класс NextAggregateRootVersionMustBeGreaterThanCurrentVersion, Runtime

Exception that gets thrown when attempting to decrease the version of an aggregate root instance.
Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
NextAggregateRootVersionMustBeGreaterThanCurrentVersion ( EventSourceId eventSource, ArtifactId aggregateRoot, AggregateRootVersion currentVersion, AggregateRootVersion nextVersion ) : System,

Initializes a new instance of the NextAggregateRootVersionMustBeGreaterThanCurrentVersion class.

Описание методов

NextAggregateRootVersionMustBeGreaterThanCurrentVersion() публичный Метод

Initializes a new instance of the NextAggregateRootVersionMustBeGreaterThanCurrentVersion class.
public NextAggregateRootVersionMustBeGreaterThanCurrentVersion ( EventSourceId eventSource, ArtifactId aggregateRoot, AggregateRootVersion currentVersion, AggregateRootVersion nextVersion ) : System,
eventSource EventSourceId The .
aggregateRoot ArtifactId The aggregate root id.
currentVersion AggregateRootVersion The current of the aggregate root instance.
nextVersion AggregateRootVersion The that was attempted to set on the aggregate root instance.
Результат System,