C# Class Pepino.Domain.Entities.User

Inheritance: System.Entity
Mostrar archivo Open project: AcklenAvenue/Pepino Class Usage Examples

Public Methods

Method Description
ChangeEmailAddress ( string emailAddress ) : void
ChangePassword ( EncryptedPassword encryptedPassword ) : void
User ( System.Guid id, string name, string emailAddress, EncryptedPassword encryptedPassword ) : System
User ( System.Guid id, string name, string emailAddress, EncryptedPassword encryptedPassword, string phoneNumber ) : System

Protected Methods

Method Description
User ( ) : System

Method Details

ChangeEmailAddress() public method

public ChangeEmailAddress ( string emailAddress ) : void
emailAddress string
return void

ChangePassword() public method

public ChangePassword ( EncryptedPassword encryptedPassword ) : void
encryptedPassword Pepino.Domain.ValueObjects.EncryptedPassword
return void

User() protected method

protected User ( ) : System
return System

User() public method

public User ( System.Guid id, string name, string emailAddress, EncryptedPassword encryptedPassword ) : System
id System.Guid
name string
emailAddress string
encryptedPassword Pepino.Domain.ValueObjects.EncryptedPassword
return System

User() public method

public User ( System.Guid id, string name, string emailAddress, EncryptedPassword encryptedPassword, string phoneNumber ) : System
id System.Guid
name string
emailAddress string
encryptedPassword Pepino.Domain.ValueObjects.EncryptedPassword
phoneNumber string
return System