C# Class ChessDBLibrary.Gamer

Show file Open project: Beginner7/Command3

Public Methods

Method 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 method

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
return void

Gamer() public method

public Gamer ( ) : System
return System

GamerAuthorization() public method

public GamerAuthorization ( string nickname, string password ) : int
nickname string
password string
return int

RemoveGamerByID() public method

public RemoveGamerByID ( int id ) : void
id int
return void