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

Inheritance: INotifyPropertyChanged
ファイルを表示 Open project: JLaferri/ChallongeMatchDisplay Class Usage Examples

Public Methods

Method 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 method

public EndTournament ( ) : void
return void

Initialize() public method

public Initialize ( IEnumerable playerList, IEnumerable matchList ) : void
playerList IEnumerable
matchList IEnumerable
return void

ObservableTournament() public method

public ObservableTournament ( Fizzi.Libraries.ChallongeApiWrapper.Tournament tournament, TournamentContext context ) : System
tournament Fizzi.Libraries.ChallongeApiWrapper.Tournament
context TournamentContext
return System

TopFourParticipants() public method

public TopFourParticipants ( ) : List
return List

Update() public method

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