Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
GetPositions ( int playerCount ) : PokerEnums.Position[] | ||
Parse ( string handHistoryText ) : |
||
PokerHand ( string handHistoryText ) : System |
Метод | Описание | |
---|---|---|
AnalyzeLine ( string text, |
public static GetPositions ( int playerCount ) : PokerEnums.Position[] | ||
playerCount | int | |
Результат | PokerEnums.Position[] |
public static Parse ( string handHistoryText ) : |
||
handHistoryText | string | |
Результат |
public PokerHand ( string handHistoryText ) : System | ||
handHistoryText | string | |
Результат | System |
public Player[],PsHandler.PokerMath Seats | ||
Результат | PsHandler.PokerMath.Player[] |