C# Класс Fizzi.Applications.ChallongeVisualization.Model.ObservableTournament

Наследование: INotifyPropertyChanged
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

EndTournament() публичный Метод

public EndTournament ( ) : void
Результат void

Initialize() публичный Метод

public Initialize ( IEnumerable playerList, IEnumerable matchList ) : void
playerList IEnumerable
matchList IEnumerable
Результат void

ObservableTournament() публичный Метод

public ObservableTournament ( Fizzi.Libraries.ChallongeApiWrapper.Tournament tournament, TournamentContext context ) : System
tournament Fizzi.Libraries.ChallongeApiWrapper.Tournament
context TournamentContext
Результат System

TopFourParticipants() публичный Метод

public TopFourParticipants ( ) : List
Результат List

Update() публичный Метод

public Update ( Fizzi.Libraries.ChallongeApiWrapper.Tournament newData, IEnumerable playerList, IEnumerable matchList ) : void
newData Fizzi.Libraries.ChallongeApiWrapper.Tournament
playerList IEnumerable
matchList IEnumerable
Результат void