C# Class PsHandler.Import.Hand

Inheritance: PsHandler.PokerMath.PokerHand
显示文件 Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
HeroId int
HudHeroSeat int
HudPlayerNames string[]
HudPlayerPositions PokerEnums.Position[]
HudPlayerStacks decimal[]
Level Level
PlayerNames string[]
StacksAfterHand decimal[]
StacksBeforeHand decimal[]

Public Methods

Method Description
Hand ( string handHistoryText ) : System
Parse ( string handHistoryText ) : Hand

Method Details

Hand() public method

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

Parse() public static method

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

Property Details

HeroId public_oe property

public int HeroId
return int

HudHeroSeat public_oe property

public int HudHeroSeat
return int

HudPlayerNames public_oe property

public string[] HudPlayerNames
return string[]

HudPlayerPositions public_oe property

public PokerEnums.Position[] HudPlayerPositions
return PokerEnums.Position[]

HudPlayerStacks public_oe property

public decimal[] HudPlayerStacks
return decimal[]

Level public_oe property

public Level,PsHandler.Import Level
return Level

PlayerNames public_oe property

public string[] PlayerNames
return string[]

StacksAfterHand public_oe property

public decimal[] StacksAfterHand
return decimal[]

StacksBeforeHand public_oe property

public decimal[] StacksBeforeHand
return decimal[]