C# Class PsHandler.PokerMath.PokerTournamentSummary

显示文件 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_oe property

public decimal BuyIn
return decimal

CurrencyBuyIn public_oe property

public PokerEnums.Currency CurrencyBuyIn
return PokerEnums.Currency

CurrencyPrizePool public_oe property

public PokerEnums.Currency CurrencyPrizePool
return PokerEnums.Currency

CurrencyTargetBuyIn public_oe property

public PokerEnums.Currency CurrencyTargetBuyIn
return PokerEnums.Currency

GameType public_oe property

public string GameType
return string

HeroPlace public_oe property

public int HeroPlace
return int

IsSatellite public_oe property

public bool IsSatellite
return bool

PlayerCount public_oe property

public int PlayerCount
return int

Players public_oe property

public List Players
return List

PrizePool public_oe property

public decimal PrizePool
return decimal

Rake public_oe property

public decimal Rake
return decimal

RegexBuyIn public_oe static_oe property

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

RegexFinishedPlace public_oe static_oe property

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

RegexHeader public_oe static_oe property

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

RegexPlayer public_oe static_oe property

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

RegexPlayerCount public_oe static_oe property

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

RegexPrizePool public_oe static_oe property

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

RegexSuperSatellite public_oe static_oe property

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

RegexTargetTournament public_oe static_oe property

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

RegexTournamentFinished public_oe static_oe property

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

RegexTournamentStarted public_oe static_oe property

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

TargetTournamentBuyIn public_oe property

public decimal TargetTournamentBuyIn
return decimal

TotalBuyIn public_oe property

public decimal TotalBuyIn
return decimal

TournamentFinishedET public_oe property

public DateTime,System TournamentFinishedET
return System.DateTime

TournamentFinishedLocal public_oe property

public DateTime,System TournamentFinishedLocal
return System.DateTime

TournamentFinishedLocalTimeZone public_oe property

public string TournamentFinishedLocalTimeZone
return string

TournamentNumber public_oe property

public long TournamentNumber
return long

TournamentStartedET public_oe property

public DateTime,System TournamentStartedET
return System.DateTime

TournamentStartedLocal public_oe property

public DateTime,System TournamentStartedLocal
return System.DateTime

TournamentStartedLocalTimeZone public_oe property

public string TournamentStartedLocalTimeZone
return string

TournamentSummary public_oe property

public string TournamentSummary
return string