C# Класс AccountManagement.Domain.Events.Implementation.UserRegisteredAccountEvent

Наследование: AccountEvent, IUserRegisteredAccountEvent
Показать файл Открыть проект

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

Метод Описание
UserRegisteredAccountEvent ( System.Guid accountId, Email email, AccountManagement.Domain.Shared.Password password ) : System

The constructor should guarantee that the event is correctly created. Once again we are saved from doing work here by using value objects for Email and Password The base class will ensure that the GUID is not empty.

Приватные методы

Метод Описание
UserRegisteredAccountEvent ( ) : System

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

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

The constructor should guarantee that the event is correctly created. Once again we are saved from doing work here by using value objects for Email and Password The base class will ensure that the GUID is not empty.
public UserRegisteredAccountEvent ( System.Guid accountId, Email email, AccountManagement.Domain.Shared.Password password ) : System
accountId System.Guid
email Email
password AccountManagement.Domain.Shared.Password
Результат System