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

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: JLaferri/ChallongeMatchDisplay Class Usage Examples

Méthodes publiques

Méthode Description
SetType ( string stationText ) : void
Station ( string name, int order ) : System
Station ( string name, int order, StationType type ) : System
isPrimaryStream ( ) : bool

Method Details

SetType() public méthode

public SetType ( string stationText ) : void
stationText string
Résultat void

Station() public méthode

public Station ( string name, int order ) : System
name string
order int
Résultat System

Station() public méthode

public Station ( string name, int order, StationType type ) : System
name string
order int
type StationType
Résultat System

isPrimaryStream() public méthode

public isPrimaryStream ( ) : bool
Résultat bool