C# Class ChessDBLibrary.Gamer

Afficher le fichier Open project: Beginner7/Command3

Méthodes publiques

Méthode Description
AddNewGamer ( string name, string surname, string nickname, string country, System birthday, string eMailAddress, string password, int elo, bool status ) : void
Gamer ( ) : System
GamerAuthorization ( string nickname, string password ) : int
RemoveGamerByID ( int id ) : void

Method Details

AddNewGamer() public méthode

public AddNewGamer ( string name, string surname, string nickname, string country, System birthday, string eMailAddress, string password, int elo, bool status ) : void
name string
surname string
nickname string
country string
birthday System
eMailAddress string
password string
elo int
status bool
Résultat void

Gamer() public méthode

public Gamer ( ) : System
Résultat System

GamerAuthorization() public méthode

public GamerAuthorization ( string nickname, string password ) : int
nickname string
password string
Résultat int

RemoveGamerByID() public méthode

public RemoveGamerByID ( int id ) : void
id int
Résultat void