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

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

공개 메소드들

메소드 설명
SetType ( string stationText ) : void
Station ( string name, int order ) : System
Station ( string name, int order, StationType type ) : System
isPrimaryStream ( ) : bool

메소드 상세

SetType() 공개 메소드

public SetType ( string stationText ) : void
stationText string
리턴 void

Station() 공개 메소드

public Station ( string name, int order ) : System
name string
order int
리턴 System

Station() 공개 메소드

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

isPrimaryStream() 공개 메소드

public isPrimaryStream ( ) : bool
리턴 bool