C# Class PsHandler.PokerMath.PokerCommands.Raise

Inheritance: PokerCommand
Show file 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 property

public bool AllIn
return bool

Amount public property

public decimal Amount
return decimal

AmountInTotal public property

public decimal AmountInTotal
return decimal

Player public property

public Player,PsHandler.PokerMath Player
return Player