C# Class PsHandler.PokerMath.Table

Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Свойство Type Description
ButtonSeatNumber int
CommunityCards string[]
Players PsHandler.PokerMath.Player[]
Pots List
PotsStreetByStreet List
Seats PsHandler.PokerMath.Player[]
TableSize PokerEnums.TableSize
ToDo List
TotalPotBeforeCollection decimal
UnDo List

Méthodes publiques

Méthode Description
LoadHand ( PokerHand pokerHand ) : void
Log ( string text ) : void
TableStateToString ( ) : string
ToDoCommand ( ) : void
ToDoCommandsAll ( ) : void
ToDoCommandsBeginning ( ) : void
UnDoCommand ( ) : void
UnDoCommandsAll ( ) : void

Method Details

LoadHand() public méthode

public LoadHand ( PokerHand pokerHand ) : void
pokerHand PokerHand
Résultat void

Log() public méthode

public Log ( string text ) : void
text string
Résultat void

TableStateToString() public méthode

public TableStateToString ( ) : string
Résultat string

ToDoCommand() public méthode

public ToDoCommand ( ) : void
Résultat void

ToDoCommandsAll() public méthode

public ToDoCommandsAll ( ) : void
Résultat void

ToDoCommandsBeginning() public méthode

public ToDoCommandsBeginning ( ) : void
Résultat void

UnDoCommand() public méthode

public UnDoCommand ( ) : void
Résultat void

UnDoCommandsAll() public méthode

public UnDoCommandsAll ( ) : void
Résultat void

Property Details

ButtonSeatNumber public_oe property

public int ButtonSeatNumber
Résultat int

CommunityCards public_oe property

public string[] CommunityCards
Résultat string[]

Players public_oe property

public Player[],PsHandler.PokerMath Players
Résultat PsHandler.PokerMath.Player[]

Pots public_oe property

public List Pots
Résultat List

PotsStreetByStreet public_oe property

public List PotsStreetByStreet
Résultat List

Seats public_oe property

public Player[],PsHandler.PokerMath Seats
Résultat PsHandler.PokerMath.Player[]

TableSize public_oe property

public PokerEnums.TableSize TableSize
Résultat PokerEnums.TableSize

ToDo public_oe property

public List ToDo
Résultat List

TotalPotBeforeCollection public_oe property

public decimal TotalPotBeforeCollection
Résultat decimal

UnDo public_oe property

public List UnDo
Résultat List