C# Class Pepino.Domain.Entities.User

Inheritance: System.Entity
Afficher le fichier Open project: AcklenAvenue/Pepino Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
User ( ) : System

Method Details

ChangeEmailAddress() public méthode

public ChangeEmailAddress ( string emailAddress ) : void
emailAddress string
Résultat void

ChangePassword() public méthode

public ChangePassword ( EncryptedPassword encryptedPassword ) : void
encryptedPassword Pepino.Domain.ValueObjects.EncryptedPassword
Résultat void

User() protected méthode

protected User ( ) : System
Résultat System

User() public méthode

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

User() public méthode

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
Résultat System