C# 클래스 Sudoque.Scenarios.Framework.StringBasedPuzzleView

파일 보기 프로젝트 열기: lunivore/sudoque

공개 메소드들

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

비공개 메소드들

메소드 설명
AppendHorizontalSeparators ( StringBuilder currentGrid, int row ) : void
AppendVerticalSeparators ( StringBuilder currentGrid, int column ) : void
CharacterForCell ( CellViewModel cell ) : string

메소드 상세

AddPotentials() 공개 메소드

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

SetUpWith() 공개 메소드

public SetUpWith ( string grid ) : void
grid string
리턴 void

ShouldMatch() 공개 메소드

public ShouldMatch ( string expected ) : void
expected string
리턴 void

StringBasedPuzzleView() 공개 메소드

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