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

파일 보기 프로젝트 열기: JLaferri/ChallongeMatchDisplay

공개 메소드들

메소드 설명
Add ( string name, string type ) : void
AssignOpenMatchesToStations ( ObservableMatch matches ) : void
AttemptClaimStation ( string stationName ) : void
AttemptFreeStation ( string stationName ) : void
CompletionChange ( bool complete, List top4 ) : void
Delete ( string name ) : void
GetBestNormalStation ( ) : Station
LoadNew ( IEnumerable stations ) : void
MoveDown ( string name ) : void
MoveUp ( string name ) : void
NewAssignment ( string stationName, ObservableParticipant player1, ObservableParticipant player2, ObservableMatch match ) : void
ProgressChange ( int newProgress ) : void
Save ( ) : void

비공개 메소드들

메소드 설명
Stations ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( string name, string type ) : void
name string
type string
리턴 void

AssignOpenMatchesToStations() 공개 메소드

public AssignOpenMatchesToStations ( ObservableMatch matches ) : void
matches ObservableMatch
리턴 void

AttemptClaimStation() 공개 메소드

public AttemptClaimStation ( string stationName ) : void
stationName string
리턴 void

AttemptFreeStation() 공개 메소드

public AttemptFreeStation ( string stationName ) : void
stationName string
리턴 void

CompletionChange() 공개 메소드

public CompletionChange ( bool complete, List top4 ) : void
complete bool
top4 List
리턴 void

Delete() 공개 메소드

public Delete ( string name ) : void
name string
리턴 void

GetBestNormalStation() 공개 메소드

public GetBestNormalStation ( ) : Station
리턴 Station

LoadNew() 공개 메소드

public LoadNew ( IEnumerable stations ) : void
stations IEnumerable
리턴 void

MoveDown() 공개 메소드

public MoveDown ( string name ) : void
name string
리턴 void

MoveUp() 공개 메소드

public MoveUp ( string name ) : void
name string
리턴 void

NewAssignment() 공개 메소드

public NewAssignment ( string stationName, ObservableParticipant player1, ObservableParticipant player2, ObservableMatch match ) : void
stationName string
player1 ObservableParticipant
player2 ObservableParticipant
match ObservableMatch
리턴 void

ProgressChange() 공개 메소드

public ProgressChange ( int newProgress ) : void
newProgress int
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void