C# Class ChessDBLibrary.Game

Afficher le fichier Open project: Beginner7/Command3

Méthodes publiques

Méthode Description
AddNewGame ( int blackPlayerID, int whitePlayerID, int creatorID, System startDateTime, int timeControl, int gameStatus, string movesHistory, string boardState, int whiteRestTime, int blackRestTime ) : void
Game ( ) : System
RemoveGameByID ( int id ) : void

Method Details

AddNewGame() public méthode

public AddNewGame ( int blackPlayerID, int whitePlayerID, int creatorID, System startDateTime, int timeControl, int gameStatus, string movesHistory, string boardState, int whiteRestTime, int blackRestTime ) : void
blackPlayerID int
whitePlayerID int
creatorID int
startDateTime System
timeControl int
gameStatus int
movesHistory string
boardState string
whiteRestTime int
blackRestTime int
Résultat void

Game() public méthode

public Game ( ) : System
Résultat System

RemoveGameByID() public méthode

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