C# Class PsHandler.PokerMath.PokerCommands.PostSmallBlind

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

Méthodes publiques

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

Méthodes publiques

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

Method Details

Exec() public méthode

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

PostSmallBlind() public méthode

public PostSmallBlind ( string commandText, Player player, decimal amount ) : System
commandText string
player Player
amount decimal
Résultat System

Undo() public méthode

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

Property Details

Amount public_oe property

public decimal Amount
Résultat decimal

Player public_oe property

public Player,PsHandler.PokerMath Player
Résultat Player