C# Class Sudoque.Game.Engine.Cell

Datei anzeigen Open project: lunivore/sudoque Class Usage Examples

Public Methods

Method Description
Cell ( Sudoque.Game.Engine.CellId id ) : System.Collections.Generic
ChangeMode ( Mode mode ) : void
Copy ( ) : Cell
RemovePotential ( int number ) : void
RequestToggleNumber ( int number ) : void
ToString ( ) : string

Method Details

Cell() public method

public Cell ( Sudoque.Game.Engine.CellId id ) : System.Collections.Generic
id Sudoque.Game.Engine.CellId
return System.Collections.Generic

ChangeMode() public method

public ChangeMode ( Mode mode ) : void
mode Mode
return void

Copy() public method

public Copy ( ) : Cell
return Cell

RemovePotential() public method

public RemovePotential ( int number ) : void
number int
return void

RequestToggleNumber() public method

public RequestToggleNumber ( int number ) : void
number int
return void

ToString() public method

public ToString ( ) : string
return string