C# Class PokerMuck.SealsWithClubs

Inheritance: PokerClient
Afficher le fichier Open project: pierotofy/PokerMuck

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
InitializeData ( ) : void

Private Methods

Méthode Description
getXmlHandData ( String currentGameId ) : String

Method Details

GetCurrentHandHistorySubdirectory() public méthode

public GetCurrentHandHistorySubdirectory ( ) : String
Résultat String

GetHandHistoryFilenameRegexPatternFromWindowTitle() public méthode

public GetHandHistoryFilenameRegexPatternFromWindowTitle ( String windowTitle ) : String
windowTitle String
Résultat String

GetMuckedHands() public méthode

public GetMuckedHands ( String currentGameId ) : String>>.List
currentGameId String
Résultat String>>.List

GetPokerGameFromGameDescription() public méthode

public GetPokerGameFromGameDescription ( string gameDescription ) : PokerGame
gameDescription string
Résultat PokerGame

GetPokerGameTypeFromWindowTitle() public méthode

public GetPokerGameTypeFromWindowTitle ( string windowTitle ) : PokerGameType
windowTitle string
Résultat PokerGameType

InferMaxSeatingCapacity() public méthode

public InferMaxSeatingCapacity ( string line, String filename, String currentGameId ) : int
line string
filename String
currentGameId String
Résultat int

InitializeData() protected méthode

protected InitializeData ( ) : void
Résultat void

IsPlayerSeatingPositionRelative() public méthode

public IsPlayerSeatingPositionRelative ( PokerGameType gameType ) : bool
gameType PokerGameType
Résultat bool

SealsWithClubs() public méthode

public SealsWithClubs ( ) : System
Résultat System

SealsWithClubs() public méthode

public SealsWithClubs ( String language ) : System
language String
Résultat System