C# 클래스 PokerMuck.SealsWithClubs

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

공개 메소드들

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

보호된 메소드들

메소드 설명
InitializeData ( ) : void

비공개 메소드들

메소드 설명
getXmlHandData ( String currentGameId ) : String

메소드 상세

GetCurrentHandHistorySubdirectory() 공개 메소드

public GetCurrentHandHistorySubdirectory ( ) : String
리턴 String

GetHandHistoryFilenameRegexPatternFromWindowTitle() 공개 메소드

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

GetMuckedHands() 공개 메소드

public GetMuckedHands ( String currentGameId ) : String>>.List
currentGameId String
리턴 String>>.List

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

SealsWithClubs() 공개 메소드

public SealsWithClubs ( ) : System
리턴 System

SealsWithClubs() 공개 메소드

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