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

Afficher le fichier Open project: JLaferri/ChallongeMatchDisplay

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Stations ( ) : System

Method Details

Add() public méthode

public Add ( string name, string type ) : void
name string
type string
Résultat void

AssignOpenMatchesToStations() public méthode

public AssignOpenMatchesToStations ( ObservableMatch matches ) : void
matches ObservableMatch
Résultat void

AttemptClaimStation() public méthode

public AttemptClaimStation ( string stationName ) : void
stationName string
Résultat void

AttemptFreeStation() public méthode

public AttemptFreeStation ( string stationName ) : void
stationName string
Résultat void

CompletionChange() public méthode

public CompletionChange ( bool complete, List top4 ) : void
complete bool
top4 List
Résultat void

Delete() public méthode

public Delete ( string name ) : void
name string
Résultat void

GetBestNormalStation() public méthode

public GetBestNormalStation ( ) : Station
Résultat Station

LoadNew() public méthode

public LoadNew ( IEnumerable stations ) : void
stations IEnumerable
Résultat void

MoveDown() public méthode

public MoveDown ( string name ) : void
name string
Résultat void

MoveUp() public méthode

public MoveUp ( string name ) : void
name string
Résultat void

NewAssignment() public méthode

public NewAssignment ( string stationName, ObservableParticipant player1, ObservableParticipant player2, ObservableMatch match ) : void
stationName string
player1 ObservableParticipant
player2 ObservableParticipant
match ObservableMatch
Résultat void

ProgressChange() public méthode

public ProgressChange ( int newProgress ) : void
newProgress int
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void