C# Class PsHandler.Import.Tournament

Datei anzeigen Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
Hands List
TournamentNumber long

Public Methods

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

public AddHand ( Hand hand ) : void
hand Hand
return void

AddHands() public method

public AddHands ( IEnumerable hands ) : void
hands IEnumerable
return void

CountLevelHands() public method

public CountLevelHands ( decimal smallBlind, decimal bigBlind ) : int
smallBlind decimal
bigBlind decimal
return int

GetFirstHandTimestampET() public method

public GetFirstHandTimestampET ( ) : System.DateTime
return System.DateTime

GetLastHandHudHeroSeat() public method

public GetLastHandHudHeroSeat ( ) : int
return int

GetLastHandHudPlayerNames() public method

public GetLastHandHudPlayerNames ( ) : string[]
return string[]

GetLastHandHudPlayerStacks() public method

public GetLastHandHudPlayerStacks ( ) : decimal[]
return decimal[]

GetLastHandTableSize() public method

public GetLastHandTableSize ( ) : PokerEnums.TableSize
return PokerEnums.TableSize

GetLatestStack() public method

public GetLatestStack ( string name ) : decimal
name string
return decimal

ToString() public method

public ToString ( ) : string
return string

Property Details

Hands public_oe property

public List Hands
return List

TournamentNumber public_oe property

public long TournamentNumber
return long