C# 클래스 Sport.Mobile.Shared.Extensions

파일 보기 프로젝트 열기: xamarin/Sport

공개 메소드들

메소드 설명
ContainsNoCase ( this s, string contains ) : bool
Fmt ( this s ) : string
GetChallengeeWinningGames ( this challenge ) : Sport.Mobile.Shared.GameResult[]
GetChallengerWinningGames ( this challenge ) : Sport.Mobile.Shared.GameResult[]
InvolvesAthlete ( this c, string athleteId ) : bool
InvolvesAthletes ( this c, string athleteA, string athleteB ) : bool
InvolvingAthlete ( this list, string athleteId ) : Challenge
IsEmpty ( this s ) : bool
Opponent ( this c, string athleteId ) : Athlete
ToKeyValuePair ( this querystring ) : string>.Dictionary
ToOrdinal ( this date ) : string
TrimEnd ( this s, string toTrim ) : string
TrimStart ( this s, string toTrim ) : string
ValidateMatchResults ( this challenge ) : string

메소드 상세

ContainsNoCase() 공개 정적인 메소드

public static ContainsNoCase ( this s, string contains ) : bool
s this
contains string
리턴 bool

Fmt() 공개 정적인 메소드

public static Fmt ( this s ) : string
s this
리턴 string

GetChallengeeWinningGames() 공개 정적인 메소드

public static GetChallengeeWinningGames ( this challenge ) : Sport.Mobile.Shared.GameResult[]
challenge this
리턴 Sport.Mobile.Shared.GameResult[]

GetChallengerWinningGames() 공개 정적인 메소드

public static GetChallengerWinningGames ( this challenge ) : Sport.Mobile.Shared.GameResult[]
challenge this
리턴 Sport.Mobile.Shared.GameResult[]

InvolvesAthlete() 공개 정적인 메소드

public static InvolvesAthlete ( this c, string athleteId ) : bool
c this
athleteId string
리턴 bool

InvolvesAthletes() 공개 정적인 메소드

public static InvolvesAthletes ( this c, string athleteA, string athleteB ) : bool
c this
athleteA string
athleteB string
리턴 bool

InvolvingAthlete() 공개 정적인 메소드

public static InvolvingAthlete ( this list, string athleteId ) : Challenge
list this
athleteId string
리턴 Challenge

IsEmpty() 공개 정적인 메소드

public static IsEmpty ( this s ) : bool
s this
리턴 bool

Opponent() 공개 정적인 메소드

public static Opponent ( this c, string athleteId ) : Athlete
c this
athleteId string
리턴 Athlete

ToKeyValuePair() 공개 정적인 메소드

public static ToKeyValuePair ( this querystring ) : string>.Dictionary
querystring this
리턴 string>.Dictionary

ToOrdinal() 공개 정적인 메소드

public static ToOrdinal ( this date ) : string
date this
리턴 string

TrimEnd() 공개 정적인 메소드

public static TrimEnd ( this s, string toTrim ) : string
s this
toTrim string
리턴 string

TrimStart() 공개 정적인 메소드

public static TrimStart ( this s, string toTrim ) : string
s this
toTrim string
리턴 string

ValidateMatchResults() 공개 정적인 메소드

public static ValidateMatchResults ( this challenge ) : string
challenge this
리턴 string