C# Class PsHandler.PokerMath.PokerHand

Mostrar archivo Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

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

Public Methods

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

Private Methods

Method Description
AnalyzeLine ( string text, PokerHand pokerHand ) : bool

Method Details

GetPositions() public static method

public static GetPositions ( int playerCount ) : PokerEnums.Position[]
playerCount int
return PokerEnums.Position[]

Parse() public static method

public static Parse ( string handHistoryText ) : PokerHand
handHistoryText string
return PokerHand

PokerHand() public method

public PokerHand ( string handHistoryText ) : System
handHistoryText string
return System

Property Details

AdditionalInfo public_oe property

public string AdditionalInfo
return string

Bounty public_oe property

public decimal Bounty
return decimal

ButtonSeat public_oe property

public int ButtonSeat
return int

ButtonSeatHandHistory public_oe property

public int ButtonSeatHandHistory
return int

BuyIn public_oe property

public decimal BuyIn
return decimal

Currency public_oe property

public PokerEnums.Currency Currency
return PokerEnums.Currency

Ev public_oe property

public object Ev
return object

GameType public_oe property

public string GameType
return string

HandHistory public_oe property

public string HandHistory
return string

HandNumber public_oe property

public long HandNumber
return long

IsTournament public_oe property

public bool IsTournament
return bool

IsZoom public_oe property

public bool IsZoom
return bool

LevelAnte public_oe property

public decimal LevelAnte
return decimal

LevelBigBlind public_oe property

public decimal LevelBigBlind
return decimal

LevelNumber public_oe property

public string LevelNumber
return string

LevelSmallBlind public_oe property

public decimal LevelSmallBlind
return decimal

LocalTimeZone public_oe property

public TimeZone LocalTimeZone
return TimeZone

LocalTimeZoneStr public_oe property

public string LocalTimeZoneStr
return string

PokerCommands public_oe property

public List PokerCommands
return List

Rake public_oe property

public decimal Rake
return decimal

Seats public_oe property

public Player[],PsHandler.PokerMath Seats
return PsHandler.PokerMath.Player[]

Showdown public_oe property

public bool Showdown
return bool

TableName public_oe property

public string TableName
return string

TableSize public_oe property

public PokerEnums.TableSize TableSize
return PokerEnums.TableSize

TimeStampET public_oe property

public DateTime,System TimeStampET
return System.DateTime

TimeStampLocal public_oe property

public DateTime,System TimeStampLocal
return System.DateTime

TotalBuyIn public_oe property

public decimal TotalBuyIn
return decimal

TournamentNumber public_oe property

public long TournamentNumber
return long