프로퍼티 | 타입 | 설명 | |
---|---|---|---|
TicTacToeViewModel | Game.TicTacToe.ViewModels.TicTacToeViewModel |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ClearTheBoard | void | ||
ExportBoardState | ].BoardFieldSign[ | ||
GetResults | double>.Dictionary | ||
InitializePlayers | void | ||
IsNextMoveValid | bool | ||
IsPlayerWon | Task |
||
PerformNextMove | Task |
메소드 | 설명 | |
---|---|---|
ApplyConfiguration ( string configurationXml ) : void | ||
ChangeDelayTime ( int delayTime ) : void | ||
GetGameRules ( ) : string | ||
GetVisualisationUserControl ( ) : System.Windows.Controls.UserControl | ||
GetVisualisationUserControl ( IConfigurable configuration ) : System.Windows.Controls.UserControl | ||
IsBoardFull ( ) : bool | ||
PerformNextRoundAsync ( ) : Task |
||
Reset ( ) : void | ||
SetPreview ( object boardState ) : void | ||
SetupNewGame ( IEnumerable |
||
TicTacToe ( ) : System |
메소드 | 설명 | |
---|---|---|
ClearTheBoard ( ) : void | ||
ExportBoardState ( ) : ].BoardFieldSign[ | ||
GetResults ( ) : double>.Dictionary |
||
InitializePlayers ( ) : void | ||
IsNextMoveValid ( System.Drawing.Point movePoint ) : bool | ||
IsPlayerWon ( ITicTacToeBot player ) : Task |
||
PerformNextMove ( ITicTacToeBot competitor ) : Task |
public ApplyConfiguration ( string configurationXml ) : void | ||
configurationXml | string | |
리턴 | void |
public GetVisualisationUserControl ( ) : System.Windows.Controls.UserControl | ||
리턴 | System.Windows.Controls.UserControl |
public GetVisualisationUserControl ( IConfigurable configuration ) : System.Windows.Controls.UserControl | ||
configuration | IConfigurable | |
리턴 | System.Windows.Controls.UserControl |
public SetupNewGame ( IEnumerable |
||
competitors | IEnumerable |
|
리턴 | void |