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

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: BlythMeister/Gallifrey Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
TimerModelOnPropertyChanged ( object sender, PropertyChangedEventArgs propertyChangedEventArgs ) : void

Method Details

AddTimerModel() public méthode

public AddTimerModel ( TimerModel timerModel ) : void
timerModel TimerModel
Résultat void

RemoveTimerModel() public méthode

public RemoveTimerModel ( TimerModel timerModel ) : void
timerModel TimerModel
Résultat void

SetSelected() public méthode

public SetSelected ( bool isSelected ) : void
isSelected bool
Résultat void

SetTrackingOnly() public méthode

public SetTrackingOnly ( bool trackingOnly ) : void
trackingOnly bool
Résultat void

TimerDateModel() public méthode

public TimerDateModel ( System.DateTime timerDate, IJiraTimerCollection jiraTimerCollection ) : System
timerDate System.DateTime
jiraTimerCollection IJiraTimerCollection
Résultat System