C# Class Compete.Model.Game.MatchResult

Datei anzeigen Open project: aaronjensen/compete Class Usage Examples

Public Methods

Method Description
IsSameMatchup ( MatchResult matchResult ) : bool
Tie ( string teamName1, string teamName2, string log ) : MatchResult
WinnerAndLoser ( string winnerTeamName, string loserTeamName, string log ) : MatchResult

Method Details

IsSameMatchup() public method

public IsSameMatchup ( MatchResult matchResult ) : bool
matchResult MatchResult
return bool

Tie() public static method

public static Tie ( string teamName1, string teamName2, string log ) : MatchResult
teamName1 string
teamName2 string
log string
return MatchResult

WinnerAndLoser() public static method

public static WinnerAndLoser ( string winnerTeamName, string loserTeamName, string log ) : MatchResult
winnerTeamName string
loserTeamName string
log string
return MatchResult