Method | Description | |
---|---|---|
GetStatus ( String status ) : bool |
|
|
GetTimestamp ( String date, String hours ) : System.DateTime |
|
|
SetColor ( System.Windows.Media.Brush brNewColor, int nSecondsToBlink ) : void |
|
|
SetWinner ( System.Xml.Linq.XElement el ) : void |
|
|
StartBlinking ( int nSecondsToBlink = 30, int nMilliseconds = 500 ) : void |
|
|
StopBlinking ( ) : void |
|
|
Update ( System.Xml.Linq.XElement el ) : bool |
|
|
ZoneViewModel ( ) : System |
|
|
ZoneViewModel ( System.Xml.Linq.XElement el ) : System |
|
Method | Description | |
---|---|---|
Initialize ( System.Xml.Linq.XElement el ) : void |
|
|
timer_Tick ( object state ) : void |
|
public GetTimestamp ( String date, String hours ) : System.DateTime | ||
date | String | |
hours | String | |
return | System.DateTime |
public SetColor ( System.Windows.Media.Brush brNewColor, int nSecondsToBlink ) : void | ||
brNewColor | System.Windows.Media.Brush | |
nSecondsToBlink | int | |
return | void |
public SetWinner ( System.Xml.Linq.XElement el ) : void | ||
el | System.Xml.Linq.XElement | |
return | void |
public StartBlinking ( int nSecondsToBlink = 30, int nMilliseconds = 500 ) : void | ||
nSecondsToBlink | int | |
nMilliseconds | int | |
return | void |
public Update ( System.Xml.Linq.XElement el ) : bool | ||
el | System.Xml.Linq.XElement | |
return | bool |
public ZoneViewModel ( System.Xml.Linq.XElement el ) : System | ||
el | System.Xml.Linq.XElement | |
return | System |