C# Class UserManagement.Domain.Account

Show file Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Public Methods

Method Description
Account ( string firstname, string lastname, System.Net.Mail.MailAddress email, Password password, AccountRole role, ConfirmationStatus confirmationStatus, System.DateTime registrationTime, Profile profile, int redmineUserId, int gitlabUserId ) : Common.System

Protected Methods

Method Description
Account ( ) : Common.System

Method Details

Account() protected method

protected Account ( ) : Common.System
return Common.System

Account() public method

public Account ( string firstname, string lastname, System.Net.Mail.MailAddress email, Password password, AccountRole role, ConfirmationStatus confirmationStatus, System.DateTime registrationTime, Profile profile, int redmineUserId, int gitlabUserId ) : Common.System
firstname string
lastname string
email System.Net.Mail.MailAddress
password Common.Password
role AccountRole
confirmationStatus ConfirmationStatus
registrationTime System.DateTime
profile Profile
redmineUserId int
gitlabUserId int
return Common.System