C# 클래스 PokerMuck.FullTilt

상속: PokerClient
파일 보기 프로젝트 열기: pierotofy/PokerMuck

공개 메소드들

메소드 설명
FullTilt ( ) : System
FullTilt ( String language ) : System
GetCurrentHandHistorySubdirectory ( ) : String
GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String
GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame
GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType
InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int
IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool

보호된 메소드들

메소드 설명
InitializeData ( ) : void

메소드 상세

FullTilt() 공개 메소드

public FullTilt ( ) : System
리턴 System

FullTilt() 공개 메소드

public FullTilt ( String language ) : System
language String
리턴 System

GetCurrentHandHistorySubdirectory() 공개 메소드

public GetCurrentHandHistorySubdirectory ( ) : String
리턴 String

GetHandHistoryFilenameRegexPatternFromWindowTitle() 공개 메소드

public GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String
windowTitle String
리턴 String

GetPokerGameFromGameDescription() 공개 메소드

public GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame
gameDescription string
리턴 PokerGame

GetPokerGameTypeFromWindowTitle() 공개 메소드

public GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType
windowTitle string
리턴 PokerGameType

InferMaxSeatingCapacity() 공개 메소드

public InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int
line string
filename String
currentGameId String
리턴 int

InitializeData() 보호된 메소드

protected InitializeData ( ) : void
리턴 void

IsPlayerSeatingPositionRelative() 공개 메소드

public IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool
gameType PokerGameType
리턴 bool