C# 클래스 PsHandler.PokerMath.PokerTournamentSummary

파일 보기 프로젝트 열기: kampiuceris/PsHandler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
FromTournamentSummary ( string tournamentSummary ) : PokerTournamentSummary

비공개 메소드들

메소드 설명
AnalyzeLine ( string text, PokerTournamentSummary pts ) : bool

메소드 상세

FromTournamentSummary() 공개 정적인 메소드

public static FromTournamentSummary ( string tournamentSummary ) : PokerTournamentSummary
tournamentSummary string
리턴 PokerTournamentSummary

프로퍼티 상세

BuyIn 공개적으로 프로퍼티

public decimal BuyIn
리턴 decimal

CurrencyBuyIn 공개적으로 프로퍼티

public PokerEnums.Currency CurrencyBuyIn
리턴 PokerEnums.Currency

CurrencyPrizePool 공개적으로 프로퍼티

public PokerEnums.Currency CurrencyPrizePool
리턴 PokerEnums.Currency

CurrencyTargetBuyIn 공개적으로 프로퍼티

public PokerEnums.Currency CurrencyTargetBuyIn
리턴 PokerEnums.Currency

GameType 공개적으로 프로퍼티

public string GameType
리턴 string

HeroPlace 공개적으로 프로퍼티

public int HeroPlace
리턴 int

IsSatellite 공개적으로 프로퍼티

public bool IsSatellite
리턴 bool

PlayerCount 공개적으로 프로퍼티

public int PlayerCount
리턴 int

Players 공개적으로 프로퍼티

public List Players
리턴 List

PrizePool 공개적으로 프로퍼티

public decimal PrizePool
리턴 decimal

Rake 공개적으로 프로퍼티

public decimal Rake
리턴 decimal

RegexBuyIn 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions RegexBuyIn
리턴 System.Text.RegularExpressions.Regex

RegexFinishedPlace 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions RegexFinishedPlace
리턴 System.Text.RegularExpressions.Regex

RegexHeader 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions RegexHeader
리턴 System.Text.RegularExpressions.Regex

RegexPlayer 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions RegexPlayer
리턴 System.Text.RegularExpressions.Regex

RegexPlayerCount 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions RegexPlayerCount
리턴 System.Text.RegularExpressions.Regex

RegexPrizePool 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions RegexPrizePool
리턴 System.Text.RegularExpressions.Regex

RegexSuperSatellite 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions RegexSuperSatellite
리턴 System.Text.RegularExpressions.Regex

RegexTargetTournament 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions RegexTargetTournament
리턴 System.Text.RegularExpressions.Regex

RegexTournamentFinished 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions RegexTournamentFinished
리턴 System.Text.RegularExpressions.Regex

RegexTournamentStarted 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions RegexTournamentStarted
리턴 System.Text.RegularExpressions.Regex

TargetTournamentBuyIn 공개적으로 프로퍼티

public decimal TargetTournamentBuyIn
리턴 decimal

TotalBuyIn 공개적으로 프로퍼티

public decimal TotalBuyIn
리턴 decimal

TournamentFinishedET 공개적으로 프로퍼티

public DateTime,System TournamentFinishedET
리턴 System.DateTime

TournamentFinishedLocal 공개적으로 프로퍼티

public DateTime,System TournamentFinishedLocal
리턴 System.DateTime

TournamentFinishedLocalTimeZone 공개적으로 프로퍼티

public string TournamentFinishedLocalTimeZone
리턴 string

TournamentNumber 공개적으로 프로퍼티

public long TournamentNumber
리턴 long

TournamentStartedET 공개적으로 프로퍼티

public DateTime,System TournamentStartedET
리턴 System.DateTime

TournamentStartedLocal 공개적으로 프로퍼티

public DateTime,System TournamentStartedLocal
리턴 System.DateTime

TournamentStartedLocalTimeZone 공개적으로 프로퍼티

public string TournamentStartedLocalTimeZone
리턴 string

TournamentSummary 공개적으로 프로퍼티

public string TournamentSummary
리턴 string