C# Class Tennis.MatchStateWon

Inheritance: MatchStateBase
Afficher le fichier Open project: rasmuskl/ReSharperCourse

Méthodes publiques

Méthode Description
GetNextSet ( ITournamentRules tournamentRules ) : TennisSet
MatchStateWon ( TennisMatch match, Party winningParty ) : System
SetAdded ( Party party ) : IMatchState

Method Details

GetNextSet() public méthode

public GetNextSet ( ITournamentRules tournamentRules ) : TennisSet
tournamentRules ITournamentRules
Résultat TennisSet

MatchStateWon() public méthode

public MatchStateWon ( TennisMatch match, Party winningParty ) : System
match TennisMatch
winningParty Party
Résultat System

SetAdded() public méthode

public SetAdded ( Party party ) : IMatchState
party Party
Résultat IMatchState