C# Class PsHandler.PokerMath.PokerHand

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

Méthodes publiques

Свойство Type Description
AdditionalInfo string
Bounty decimal
ButtonSeat int
ButtonSeatHandHistory int
BuyIn decimal
Currency PokerEnums.Currency
Ev object
GameType string
HandHistory string
HandNumber long
IsTournament bool
IsZoom bool
LevelAnte decimal
LevelBigBlind decimal
LevelNumber string
LevelSmallBlind decimal
LocalTimeZone TimeZone
LocalTimeZoneStr string
PokerCommands List
Rake decimal
Seats PsHandler.PokerMath.Player[]
Showdown bool
TableName string
TableSize PokerEnums.TableSize
TimeStampET System.DateTime
TimeStampLocal System.DateTime
TotalBuyIn decimal
TournamentNumber long

Méthodes publiques

Méthode Description
GetPositions ( int playerCount ) : PokerEnums.Position[]
Parse ( string handHistoryText ) : PokerHand
PokerHand ( string handHistoryText ) : System

Private Methods

Méthode Description
AnalyzeLine ( string text, PokerHand pokerHand ) : bool

Method Details

GetPositions() public static méthode

public static GetPositions ( int playerCount ) : PokerEnums.Position[]
playerCount int
Résultat PokerEnums.Position[]

Parse() public static méthode

public static Parse ( string handHistoryText ) : PokerHand
handHistoryText string
Résultat PokerHand

PokerHand() public méthode

public PokerHand ( string handHistoryText ) : System
handHistoryText string
Résultat System

Property Details

AdditionalInfo public_oe property

public string AdditionalInfo
Résultat string

Bounty public_oe property

public decimal Bounty
Résultat decimal

ButtonSeat public_oe property

public int ButtonSeat
Résultat int

ButtonSeatHandHistory public_oe property

public int ButtonSeatHandHistory
Résultat int

BuyIn public_oe property

public decimal BuyIn
Résultat decimal

Currency public_oe property

public PokerEnums.Currency Currency
Résultat PokerEnums.Currency

Ev public_oe property

public object Ev
Résultat object

GameType public_oe property

public string GameType
Résultat string

HandHistory public_oe property

public string HandHistory
Résultat string

HandNumber public_oe property

public long HandNumber
Résultat long

IsTournament public_oe property

public bool IsTournament
Résultat bool

IsZoom public_oe property

public bool IsZoom
Résultat bool

LevelAnte public_oe property

public decimal LevelAnte
Résultat decimal

LevelBigBlind public_oe property

public decimal LevelBigBlind
Résultat decimal

LevelNumber public_oe property

public string LevelNumber
Résultat string

LevelSmallBlind public_oe property

public decimal LevelSmallBlind
Résultat decimal

LocalTimeZone public_oe property

public TimeZone LocalTimeZone
Résultat TimeZone

LocalTimeZoneStr public_oe property

public string LocalTimeZoneStr
Résultat string

PokerCommands public_oe property

public List PokerCommands
Résultat List

Rake public_oe property

public decimal Rake
Résultat decimal

Seats public_oe property

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

Showdown public_oe property

public bool Showdown
Résultat bool

TableName public_oe property

public string TableName
Résultat string

TableSize public_oe property

public PokerEnums.TableSize TableSize
Résultat PokerEnums.TableSize

TimeStampET public_oe property

public DateTime,System TimeStampET
Résultat System.DateTime

TimeStampLocal public_oe property

public DateTime,System TimeStampLocal
Résultat System.DateTime

TotalBuyIn public_oe property

public decimal TotalBuyIn
Résultat decimal

TournamentNumber public_oe property

public long TournamentNumber
Résultat long