C# Class PsHandler.PokerMath.PokerTournamentSummary

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

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
FromTournamentSummary ( string tournamentSummary ) : PokerTournamentSummary

Private Methods

Méthode Description
AnalyzeLine ( string text, PokerTournamentSummary pts ) : bool

Method Details

FromTournamentSummary() public static méthode

public static FromTournamentSummary ( string tournamentSummary ) : PokerTournamentSummary
tournamentSummary string
Résultat PokerTournamentSummary

Property Details

BuyIn public_oe property

public decimal BuyIn
Résultat decimal

CurrencyBuyIn public_oe property

public PokerEnums.Currency CurrencyBuyIn
Résultat PokerEnums.Currency

CurrencyPrizePool public_oe property

public PokerEnums.Currency CurrencyPrizePool
Résultat PokerEnums.Currency

CurrencyTargetBuyIn public_oe property

public PokerEnums.Currency CurrencyTargetBuyIn
Résultat PokerEnums.Currency

GameType public_oe property

public string GameType
Résultat string

HeroPlace public_oe property

public int HeroPlace
Résultat int

IsSatellite public_oe property

public bool IsSatellite
Résultat bool

PlayerCount public_oe property

public int PlayerCount
Résultat int

Players public_oe property

public List Players
Résultat List

PrizePool public_oe property

public decimal PrizePool
Résultat decimal

Rake public_oe property

public decimal Rake
Résultat decimal

RegexBuyIn public_oe static_oe property

public static Regex,System.Text.RegularExpressions RegexBuyIn
Résultat System.Text.RegularExpressions.Regex

RegexFinishedPlace public_oe static_oe property

public static Regex,System.Text.RegularExpressions RegexFinishedPlace
Résultat System.Text.RegularExpressions.Regex

RegexHeader public_oe static_oe property

public static Regex,System.Text.RegularExpressions RegexHeader
Résultat System.Text.RegularExpressions.Regex

RegexPlayer public_oe static_oe property

public static Regex,System.Text.RegularExpressions RegexPlayer
Résultat System.Text.RegularExpressions.Regex

RegexPlayerCount public_oe static_oe property

public static Regex,System.Text.RegularExpressions RegexPlayerCount
Résultat System.Text.RegularExpressions.Regex

RegexPrizePool public_oe static_oe property

public static Regex,System.Text.RegularExpressions RegexPrizePool
Résultat System.Text.RegularExpressions.Regex

RegexSuperSatellite public_oe static_oe property

public static Regex,System.Text.RegularExpressions RegexSuperSatellite
Résultat System.Text.RegularExpressions.Regex

RegexTargetTournament public_oe static_oe property

public static Regex,System.Text.RegularExpressions RegexTargetTournament
Résultat System.Text.RegularExpressions.Regex

RegexTournamentFinished public_oe static_oe property

public static Regex,System.Text.RegularExpressions RegexTournamentFinished
Résultat System.Text.RegularExpressions.Regex

RegexTournamentStarted public_oe static_oe property

public static Regex,System.Text.RegularExpressions RegexTournamentStarted
Résultat System.Text.RegularExpressions.Regex

TargetTournamentBuyIn public_oe property

public decimal TargetTournamentBuyIn
Résultat decimal

TotalBuyIn public_oe property

public decimal TotalBuyIn
Résultat decimal

TournamentFinishedET public_oe property

public DateTime,System TournamentFinishedET
Résultat System.DateTime

TournamentFinishedLocal public_oe property

public DateTime,System TournamentFinishedLocal
Résultat System.DateTime

TournamentFinishedLocalTimeZone public_oe property

public string TournamentFinishedLocalTimeZone
Résultat string

TournamentNumber public_oe property

public long TournamentNumber
Résultat long

TournamentStartedET public_oe property

public DateTime,System TournamentStartedET
Résultat System.DateTime

TournamentStartedLocal public_oe property

public DateTime,System TournamentStartedLocal
Résultat System.DateTime

TournamentStartedLocalTimeZone public_oe property

public string TournamentStartedLocalTimeZone
Résultat string

TournamentSummary public_oe property

public string TournamentSummary
Résultat string