C# Class PsHandler.PokerMath.PokerCommands.Call

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

Public Properties

Property Type Description
AllIn bool
Amount decimal
Player Player

Public Methods

Method Description
Call ( string commandText, Player player, decimal amount, bool allIn ) : System
Exec ( Table table ) : void
Undo ( Table table ) : void

Method Details

Call() public method

public Call ( string commandText, Player player, decimal amount, bool allIn ) : System
commandText string
player Player
amount decimal
allIn bool
return System

Exec() public method

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

Undo() public method

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

Property Details

AllIn public_oe property

public bool AllIn
return bool

Amount public_oe property

public decimal Amount
return decimal

Player public_oe property

public Player,PsHandler.PokerMath Player
return Player