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

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: BlythMeister/Gallifrey Class Usage Examples

Public Methods

Method 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 method

public AdjustTime ( System.TimeSpan timeAdjustmentAmount, bool addTime ) : void
timeAdjustmentAmount System.TimeSpan
addTime bool
return void

EditTimerModel() public method

public EditTimerModel ( IBackend gallifrey, System.Guid timerId ) : System
gallifrey IBackend
timerId System.Guid
return System

SetJiraReference() public method

public SetJiraReference ( string jiraRef ) : void
jiraRef string
return void

SetNotDefaultButton() public method

public SetNotDefaultButton ( ) : void
return void