C# Class PsHandler.PokerMath.PokerCommands.Call

Inheritance: PokerCommand
Afficher le fichier Open project: kampiuceris/PsHandler

Méthodes publiques

Свойство Type Description
AllIn bool
Amount decimal
Player Player

Méthodes publiques

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

Method Details

Call() public méthode

public Call ( string commandText, Player player, decimal amount, bool allIn ) : System
commandText string
player Player
amount decimal
allIn bool
Résultat System

Exec() public méthode

public Exec ( Table table ) : void
table Table
Résultat void

Undo() public méthode

public Undo ( Table table ) : void
table Table
Résultat void

Property Details

AllIn public_oe property

public bool AllIn
Résultat bool

Amount public_oe property

public decimal Amount
Résultat decimal

Player public_oe property

public Player,PsHandler.PokerMath Player
Résultat Player