C# 클래스 Fizzi.Applications.ChallongeVisualization.Model.ObservableTournament

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: JLaferri/ChallongeMatchDisplay 1 사용 예제들

공개 메소드들

메소드 설명
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