C# 클래스 AccountManagement.Domain.Events.Implementation.UserRegisteredAccountEvent

상속: AccountEvent, IUserRegisteredAccountEvent
파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic

공개 메소드들

메소드 설명
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