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

Inheritance: INotifyPropertyChanged
Mostrar archivo Open project: JLaferri/ChallongeMatchDisplay Class Usage Examples

Public Methods

Method 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 method

public SetType ( string stationText ) : void
stationText string
return void

Station() public method

public Station ( string name, int order ) : System
name string
order int
return System

Station() public method

public Station ( string name, int order, StationType type ) : System
name string
order int
type StationType
return System

isPrimaryStream() public method

public isPrimaryStream ( ) : bool
return bool