C# Class Askme.Domain.User

Afficher le fichier Open project: bagheera/askme Class Usage Examples

Méthodes publiques

Méthode Description
AcceptAnswer ( Question question, Answer answer ) : void
AddPoint ( int i ) : void
Equals ( User other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Points ( ) : int
Register ( IRepository repository ) : bool
User ( string username, string password, string emailId ) : System

Méthodes protégées

Méthode Description
User ( ) : System

Method Details

AcceptAnswer() public méthode

public AcceptAnswer ( Question question, Answer answer ) : void
question Question
answer Answer
Résultat void

AddPoint() public méthode

public AddPoint ( int i ) : void
i int
Résultat void

Equals() public méthode

public Equals ( User other ) : bool
other User
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Points() public méthode

public Points ( ) : int
Résultat int

Register() public méthode

public Register ( IRepository repository ) : bool
repository IRepository
Résultat bool

User() protected méthode

protected User ( ) : System
Résultat System

User() public méthode

public User ( string username, string password, string emailId ) : System
username string
password string
emailId string
Résultat System