C# 클래스 Gallifrey.UI.Modern.Models.TimerDateModel

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

공개 메소드들

메소드 설명
AddTimerModel ( TimerModel timerModel ) : void
RemoveTimerModel ( TimerModel timerModel ) : void
SetSelected ( bool isSelected ) : void
SetTrackingOnly ( bool trackingOnly ) : void
TimerDateModel ( System.DateTime timerDate, IJiraTimerCollection jiraTimerCollection ) : System

비공개 메소드들

메소드 설명
TimerModelOnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void

메소드 상세

AddTimerModel() 공개 메소드

public AddTimerModel ( TimerModel timerModel ) : void
timerModel TimerModel
리턴 void

RemoveTimerModel() 공개 메소드

public RemoveTimerModel ( TimerModel timerModel ) : void
timerModel TimerModel
리턴 void

SetSelected() 공개 메소드

public SetSelected ( bool isSelected ) : void
isSelected bool
리턴 void

SetTrackingOnly() 공개 메소드

public SetTrackingOnly ( bool trackingOnly ) : void
trackingOnly bool
리턴 void

TimerDateModel() 공개 메소드

public TimerDateModel ( System.DateTime timerDate, IJiraTimerCollection jiraTimerCollection ) : System
timerDate System.DateTime
jiraTimerCollection IJiraTimerCollection
리턴 System