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

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

Méthodes publiques

Méthode Description
SetSelected ( bool isSelected ) : void
SetTrackingOnly ( bool trackingOnly ) : void
TimerModel ( JiraTimer timer ) : System.ComponentModel

Private Methods

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

Method Details

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

TimerModel() public méthode

public TimerModel ( JiraTimer timer ) : System.ComponentModel
timer Gallifrey.JiraTimers.JiraTimer
Résultat System.ComponentModel