C# Class PsHandler.PokerMath.PokerCommands.Turn

Inheritance: PokerCommand
ファイルを表示 Open project: kampiuceris/PsHandler

Public Properties

Property Type Description
TurnCard string

Public Methods

Method Description
Exec ( Table table ) : void
Turn ( string commandText, string turnCard ) : System
Undo ( Table table ) : void

Method Details

Exec() public method

public Exec ( Table table ) : void
table Table
return void

Turn() public method

public Turn ( string commandText, string turnCard ) : System
commandText string
turnCard string
return System

Undo() public method

public Undo ( Table table ) : void
table Table
return void

Property Details

TurnCard public_oe property

public string TurnCard
return string