C# Class PsHandler.Import.Tournament

Afficher le fichier Open project: kampiuceris/PsHandler Class Usage Examples

Méthodes publiques

Свойство Type Description
Hands List
TournamentNumber long

Méthodes publiques

Méthode Description
AddHand ( Hand hand ) : void
AddHands ( IEnumerable hands ) : void
CountLevelHands ( decimal smallBlind, decimal bigBlind ) : int
GetFirstHandTimestampET ( ) : System.DateTime
GetLastHandHudHeroSeat ( ) : int
GetLastHandHudPlayerNames ( ) : string[]
GetLastHandHudPlayerStacks ( ) : decimal[]
GetLastHandTableSize ( ) : PokerEnums.TableSize
GetLatestStack ( string name ) : decimal
ToString ( ) : string

Method Details

AddHand() public méthode

public AddHand ( Hand hand ) : void
hand Hand
Résultat void

AddHands() public méthode

public AddHands ( IEnumerable hands ) : void
hands IEnumerable
Résultat void

CountLevelHands() public méthode

public CountLevelHands ( decimal smallBlind, decimal bigBlind ) : int
smallBlind decimal
bigBlind decimal
Résultat int

GetFirstHandTimestampET() public méthode

public GetFirstHandTimestampET ( ) : System.DateTime
Résultat System.DateTime

GetLastHandHudHeroSeat() public méthode

public GetLastHandHudHeroSeat ( ) : int
Résultat int

GetLastHandHudPlayerNames() public méthode

public GetLastHandHudPlayerNames ( ) : string[]
Résultat string[]

GetLastHandHudPlayerStacks() public méthode

public GetLastHandHudPlayerStacks ( ) : decimal[]
Résultat decimal[]

GetLastHandTableSize() public méthode

public GetLastHandTableSize ( ) : PokerEnums.TableSize
Résultat PokerEnums.TableSize

GetLatestStack() public méthode

public GetLatestStack ( string name ) : decimal
name string
Résultat decimal

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Hands public_oe property

public List Hands
Résultat List

TournamentNumber public_oe property

public long TournamentNumber
Résultat long