C# 클래스 PsHandler.Import.Hand

상속: PsHandler.PokerMath.PokerHand
파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HeroId int
HudHeroSeat int
HudPlayerNames string[]
HudPlayerPositions PokerEnums.Position[]
HudPlayerStacks decimal[]
Level Level
PlayerNames string[]
StacksAfterHand decimal[]
StacksBeforeHand decimal[]

공개 메소드들

메소드 설명
Hand ( string handHistoryText ) : System
Parse ( string handHistoryText ) : Hand

메소드 상세

Hand() 공개 메소드

public Hand ( string handHistoryText ) : System
handHistoryText string
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( string handHistoryText ) : Hand
handHistoryText string
리턴 Hand

프로퍼티 상세

HeroId 공개적으로 프로퍼티

public int HeroId
리턴 int

HudHeroSeat 공개적으로 프로퍼티

public int HudHeroSeat
리턴 int

HudPlayerNames 공개적으로 프로퍼티

public string[] HudPlayerNames
리턴 string[]

HudPlayerPositions 공개적으로 프로퍼티

public PokerEnums.Position[] HudPlayerPositions
리턴 PokerEnums.Position[]

HudPlayerStacks 공개적으로 프로퍼티

public decimal[] HudPlayerStacks
리턴 decimal[]

Level 공개적으로 프로퍼티

public Level,PsHandler.Import Level
리턴 Level

PlayerNames 공개적으로 프로퍼티

public string[] PlayerNames
리턴 string[]

StacksAfterHand 공개적으로 프로퍼티

public decimal[] StacksAfterHand
리턴 decimal[]

StacksBeforeHand 공개적으로 프로퍼티

public decimal[] StacksBeforeHand
리턴 decimal[]