Property | 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 |
Method | Description | |
---|---|---|
GetPositions ( int playerCount ) : PokerEnums.Position[] | ||
Parse ( string handHistoryText ) : |
||
PokerHand ( string handHistoryText ) : System |
Method | Description | |
---|---|---|
AnalyzeLine ( string text, |
public static GetPositions ( int playerCount ) : PokerEnums.Position[] | ||
playerCount | int | |
return | PokerEnums.Position[] |
public static Parse ( string handHistoryText ) : |
||
handHistoryText | string | |
return |
public PokerHand ( string handHistoryText ) : System | ||
handHistoryText | string | |
return | System |