C# 클래스 TechDays.UI.Map.ViewModel.ZoneViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Zenika/Presidentielles-RabbitMQ 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Initialize ( System.Xml.Linq.XElement el ) : void

timer_Tick ( object state ) : void

메소드 상세

GetStatus() 공개 메소드

public GetStatus ( String status ) : bool
status String
리턴 bool

GetTimestamp() 공개 메소드

public GetTimestamp ( String date, String hours ) : System.DateTime
date String
hours String
리턴 System.DateTime

SetColor() 공개 메소드

public SetColor ( System.Windows.Media.Brush brNewColor, int nSecondsToBlink ) : void
brNewColor System.Windows.Media.Brush
nSecondsToBlink int
리턴 void

SetWinner() 공개 메소드

public SetWinner ( System.Xml.Linq.XElement el ) : void
el System.Xml.Linq.XElement
리턴 void

StartBlinking() 공개 메소드

public StartBlinking ( int nSecondsToBlink = 30, int nMilliseconds = 500 ) : void
nSecondsToBlink int
nMilliseconds int
리턴 void

StopBlinking() 공개 메소드

public StopBlinking ( ) : void
리턴 void

Update() 공개 메소드

public Update ( System.Xml.Linq.XElement el ) : bool
el System.Xml.Linq.XElement
리턴 bool

ZoneViewModel() 공개 메소드

public ZoneViewModel ( ) : System
리턴 System

ZoneViewModel() 공개 메소드

public ZoneViewModel ( System.Xml.Linq.XElement el ) : System
el System.Xml.Linq.XElement
리턴 System