C# Класс Affecto.Patterns.Domain.DomainEvent

Base class for implementing domain events that represent changes in a domain entity.
Наследование: IDomainEvent
Показать файл Открыть проект

Защищенные методы

Метод Описание
DomainEvent ( System.Guid entityId ) : System

Initializes a new instance of the DomainEvent class.

DomainEvent ( System.Guid entityId, long entityVersion ) : System

Initializes a new instance of the DomainEvent class.

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

DomainEvent() защищенный Метод

Initializes a new instance of the DomainEvent class.
protected DomainEvent ( System.Guid entityId ) : System
entityId System.Guid Entity instance id.
Результат System

DomainEvent() защищенный Метод

Initializes a new instance of the DomainEvent class.
protected DomainEvent ( System.Guid entityId, long entityVersion ) : System
entityId System.Guid Entity instance id.
entityVersion long Entity instance version.
Результат System