C# Class ChessDBLibrary.Game

Show file Open project: Beginner7/Command3

Public Methods

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

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

Game() public method

public Game ( ) : System
return System

RemoveGameByID() public method

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