C# Class OfficeTicTacToe.ViewModels.GameViewModel

Inheritance: Danvy.ViewModels.ViewModelBase
Show file Open project: DXFrance/OfficeTicTacToe Class Usage Examples

Public Methods

Method Description
Refresh ( ) : System.Threading.Tasks.Task
Update ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
Assign ( GameViewModel game ) : void
CellEnabled ( int index ) : bool
CellValue ( int index ) : string

Method Details

Refresh() public method

public Refresh ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

Update() public method

public Update ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task