C# Class PokerMuck.FullTilt

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
InitializeData ( ) : void

Method Details

FullTilt() public méthode

public FullTilt ( ) : System
Résultat System

FullTilt() public méthode

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

GetCurrentHandHistorySubdirectory() public méthode

public GetCurrentHandHistorySubdirectory ( ) : String
Résultat String

GetHandHistoryFilenameRegexPatternFromWindowTitle() public méthode

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

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