C# Class PokerMuck.GDPoker

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

Méthodes publiques

Méthode Description
DoPregameProcessing ( string storedHandHistoryDirectory ) : void
DoStartupProcessing ( string storedHandHistoryDirectory ) : void
GDPoker ( ) : System
GDPoker ( 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

Private Methods

Méthode Description
CreateHardLink ( string lpFileName, string lpExistingFileName, IntPtr lpSecurityAttributes ) : bool

Method Details

DoPregameProcessing() public méthode

public DoPregameProcessing ( string storedHandHistoryDirectory ) : void
storedHandHistoryDirectory string
Résultat void

DoStartupProcessing() public méthode

public DoStartupProcessing ( string storedHandHistoryDirectory ) : void
storedHandHistoryDirectory string
Résultat void

GDPoker() public méthode

public GDPoker ( ) : System
Résultat System

GDPoker() public méthode

public GDPoker ( 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