C# 클래스 ChessDBLibrary.Game

파일 보기 프로젝트 열기: Beginner7/Command3

공개 메소드들

메소드 설명
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

메소드 상세

AddNewGame() 공개 메소드

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
리턴 void

Game() 공개 메소드

public Game ( ) : System
리턴 System

RemoveGameByID() 공개 메소드

public RemoveGameByID ( int id ) : void
id int
리턴 void