C# Class Sudoque.Scenarios.Framework.StringBasedPuzzleView

Datei anzeigen Open project: lunivore/sudoque

Public Methods

Method Description
AddPotentials ( int column, int row, string potentials ) : void
SetUpWith ( string grid ) : void
ShouldMatch ( string expected ) : void
StringBasedPuzzleView ( Sudoque.Scenarios.Framework.CellFinder cellFinder, Sudoque.Scenarios.Framework.Operations operations ) : System

Private Methods

Method Description
AppendHorizontalSeparators ( StringBuilder currentGrid, int row ) : void
AppendVerticalSeparators ( StringBuilder currentGrid, int column ) : void
CharacterForCell ( CellViewModel cell ) : string

Method Details

AddPotentials() public method

public AddPotentials ( int column, int row, string potentials ) : void
column int
row int
potentials string
return void

SetUpWith() public method

public SetUpWith ( string grid ) : void
grid string
return void

ShouldMatch() public method

public ShouldMatch ( string expected ) : void
expected string
return void

StringBasedPuzzleView() public method

public StringBasedPuzzleView ( Sudoque.Scenarios.Framework.CellFinder cellFinder, Sudoque.Scenarios.Framework.Operations operations ) : System
cellFinder Sudoque.Scenarios.Framework.CellFinder
operations Sudoque.Scenarios.Framework.Operations
return System