C# Class Gallifrey.UI.Modern.Models.TimerDateModel

Inheritance: INotifyPropertyChanged
Mostra file Open project: BlythMeister/Gallifrey Class Usage Examples

Public Methods

Method Description
AddTimerModel ( TimerModel timerModel ) : void
RemoveTimerModel ( TimerModel timerModel ) : void
SetSelected ( bool isSelected ) : void
SetTrackingOnly ( bool trackingOnly ) : void
TimerDateModel ( System.DateTime timerDate, IJiraTimerCollection jiraTimerCollection ) : System

Private Methods

Method Description
TimerModelOnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void

Method Details

AddTimerModel() public method

public AddTimerModel ( TimerModel timerModel ) : void
timerModel TimerModel
return void

RemoveTimerModel() public method

public RemoveTimerModel ( TimerModel timerModel ) : void
timerModel TimerModel
return void

SetSelected() public method

public SetSelected ( bool isSelected ) : void
isSelected bool
return void

SetTrackingOnly() public method

public SetTrackingOnly ( bool trackingOnly ) : void
trackingOnly bool
return void

TimerDateModel() public method

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