C# Class Fizzi.Applications.ChallongeVisualization.Model.ObservableTournament

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: JLaferri/ChallongeMatchDisplay Class Usage Examples

Méthodes publiques

Méthode Description
EndTournament ( ) : void
Initialize ( IEnumerable playerList, IEnumerable matchList ) : void
ObservableTournament ( Fizzi.Libraries.ChallongeApiWrapper.Tournament tournament, TournamentContext context ) : System
TopFourParticipants ( ) : List
Update ( Fizzi.Libraries.ChallongeApiWrapper.Tournament newData, IEnumerable playerList, IEnumerable matchList ) : void

Method Details

EndTournament() public méthode

public EndTournament ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( IEnumerable playerList, IEnumerable matchList ) : void
playerList IEnumerable
matchList IEnumerable
Résultat void

ObservableTournament() public méthode

public ObservableTournament ( Fizzi.Libraries.ChallongeApiWrapper.Tournament tournament, TournamentContext context ) : System
tournament Fizzi.Libraries.ChallongeApiWrapper.Tournament
context TournamentContext
Résultat System

TopFourParticipants() public méthode

public TopFourParticipants ( ) : List
Résultat List

Update() public méthode

public Update ( Fizzi.Libraries.ChallongeApiWrapper.Tournament newData, IEnumerable playerList, IEnumerable matchList ) : void
newData Fizzi.Libraries.ChallongeApiWrapper.Tournament
playerList IEnumerable
matchList IEnumerable
Résultat void