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

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

Méthodes publiques

Méthode Description
AdjustTime ( System.TimeSpan timeAdjustmentAmount, bool addTime ) : void
EditTimerModel ( IBackend gallifrey, System.Guid timerId ) : System
SetJiraReference ( string jiraRef ) : void
SetNotDefaultButton ( ) : void

Method Details

AdjustTime() public méthode

public AdjustTime ( System.TimeSpan timeAdjustmentAmount, bool addTime ) : void
timeAdjustmentAmount System.TimeSpan
addTime bool
Résultat void

EditTimerModel() public méthode

public EditTimerModel ( IBackend gallifrey, System.Guid timerId ) : System
gallifrey IBackend
timerId System.Guid
Résultat System

SetJiraReference() public méthode

public SetJiraReference ( string jiraRef ) : void
jiraRef string
Résultat void

SetNotDefaultButton() public méthode

public SetNotDefaultButton ( ) : void
Résultat void