C# Class PsHandler.PokerMath.PokerCommands.Raise

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

Public Properties

Property Type Description
AllIn bool
Amount decimal
AmountInTotal decimal
Player Player

Public Methods

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

Method Details

Exec() public method

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

Raise() public method

public Raise ( string commandText, Player player, decimal amountInTotal, bool allIn ) : System
commandText string
player Player
amountInTotal decimal
allIn bool
return System

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

AmountInTotal public_oe property

public decimal AmountInTotal
return decimal

Player public_oe property

public Player,PsHandler.PokerMath Player
return Player