C# Class PsHandler.PokerMath.PokerTournamentSummary

Show file Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
BuyIn decimal
CurrencyBuyIn PokerEnums.Currency
CurrencyPrizePool PokerEnums.Currency
CurrencyTargetBuyIn PokerEnums.Currency
GameType string
HeroPlace int
IsSatellite bool
PlayerCount int
Players List
PrizePool decimal
Rake decimal
RegexBuyIn System.Text.RegularExpressions.Regex
RegexFinishedPlace System.Text.RegularExpressions.Regex
RegexHeader System.Text.RegularExpressions.Regex
RegexPlayer System.Text.RegularExpressions.Regex
RegexPlayerCount System.Text.RegularExpressions.Regex
RegexPrizePool System.Text.RegularExpressions.Regex
RegexSuperSatellite System.Text.RegularExpressions.Regex
RegexTargetTournament System.Text.RegularExpressions.Regex
RegexTournamentFinished System.Text.RegularExpressions.Regex
RegexTournamentStarted System.Text.RegularExpressions.Regex
TargetTournamentBuyIn decimal
TotalBuyIn decimal
TournamentFinishedET System.DateTime
TournamentFinishedLocal System.DateTime
TournamentFinishedLocalTimeZone string
TournamentNumber long
TournamentStartedET System.DateTime
TournamentStartedLocal System.DateTime
TournamentStartedLocalTimeZone string
TournamentSummary string

Public Methods

Method Description
FromTournamentSummary ( string tournamentSummary ) : PokerTournamentSummary

Private Methods

Method Description
AnalyzeLine ( string text, PokerTournamentSummary pts ) : bool

Method Details

FromTournamentSummary() public static method

public static FromTournamentSummary ( string tournamentSummary ) : PokerTournamentSummary
tournamentSummary string
return PokerTournamentSummary

Property Details

BuyIn public property

public decimal BuyIn
return decimal

CurrencyBuyIn public property

public PokerEnums.Currency CurrencyBuyIn
return PokerEnums.Currency

CurrencyPrizePool public property

public PokerEnums.Currency CurrencyPrizePool
return PokerEnums.Currency

CurrencyTargetBuyIn public property

public PokerEnums.Currency CurrencyTargetBuyIn
return PokerEnums.Currency

GameType public property

public string GameType
return string

HeroPlace public property

public int HeroPlace
return int

IsSatellite public property

public bool IsSatellite
return bool

PlayerCount public property

public int PlayerCount
return int

Players public property

public List Players
return List

PrizePool public property

public decimal PrizePool
return decimal

Rake public property

public decimal Rake
return decimal

RegexBuyIn public static property

public static Regex,System.Text.RegularExpressions RegexBuyIn
return System.Text.RegularExpressions.Regex

RegexFinishedPlace public static property

public static Regex,System.Text.RegularExpressions RegexFinishedPlace
return System.Text.RegularExpressions.Regex

RegexHeader public static property

public static Regex,System.Text.RegularExpressions RegexHeader
return System.Text.RegularExpressions.Regex

RegexPlayer public static property

public static Regex,System.Text.RegularExpressions RegexPlayer
return System.Text.RegularExpressions.Regex

RegexPlayerCount public static property

public static Regex,System.Text.RegularExpressions RegexPlayerCount
return System.Text.RegularExpressions.Regex

RegexPrizePool public static property

public static Regex,System.Text.RegularExpressions RegexPrizePool
return System.Text.RegularExpressions.Regex

RegexSuperSatellite public static property

public static Regex,System.Text.RegularExpressions RegexSuperSatellite
return System.Text.RegularExpressions.Regex

RegexTargetTournament public static property

public static Regex,System.Text.RegularExpressions RegexTargetTournament
return System.Text.RegularExpressions.Regex

RegexTournamentFinished public static property

public static Regex,System.Text.RegularExpressions RegexTournamentFinished
return System.Text.RegularExpressions.Regex

RegexTournamentStarted public static property

public static Regex,System.Text.RegularExpressions RegexTournamentStarted
return System.Text.RegularExpressions.Regex

TargetTournamentBuyIn public property

public decimal TargetTournamentBuyIn
return decimal

TotalBuyIn public property

public decimal TotalBuyIn
return decimal

TournamentFinishedET public property

public DateTime,System TournamentFinishedET
return System.DateTime

TournamentFinishedLocal public property

public DateTime,System TournamentFinishedLocal
return System.DateTime

TournamentFinishedLocalTimeZone public property

public string TournamentFinishedLocalTimeZone
return string

TournamentNumber public property

public long TournamentNumber
return long

TournamentStartedET public property

public DateTime,System TournamentStartedET
return System.DateTime

TournamentStartedLocal public property

public DateTime,System TournamentStartedLocal
return System.DateTime

TournamentStartedLocalTimeZone public property

public string TournamentStartedLocalTimeZone
return string

TournamentSummary public property

public string TournamentSummary
return string