C# Class PokerMuck.SealsWithClubs

Inheritance: PokerClient
Exibir arquivo Open project: pierotofy/PokerMuck

Public Methods

Method Description
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

Protected Methods

Method Description
InitializeData ( ) : void

Private Methods

Method Description
getXmlHandData ( String currentGameId ) : String

Method Details

GetCurrentHandHistorySubdirectory() public method

public GetCurrentHandHistorySubdirectory ( ) : String
return String

GetHandHistoryFilenameRegexPatternFromWindowTitle() public method

public GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String
windowTitle String
return String

GetMuckedHands() public method

public GetMuckedHands ( String currentGameId ) : String>>.List
currentGameId String
return String>>.List

GetPokerGameFromGameDescription() public method

public GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame
gameDescription string
return PokerGame

GetPokerGameTypeFromWindowTitle() public method

public GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType
windowTitle string
return PokerGameType

InferMaxSeatingCapacity() public method

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

InitializeData() protected method

protected InitializeData ( ) : void
return void

IsPlayerSeatingPositionRelative() public method

public IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool
gameType PokerGameType
return bool

SealsWithClubs() public method

public SealsWithClubs ( ) : System
return System

SealsWithClubs() public method

public SealsWithClubs ( String language ) : System
language String
return System