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

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

Public Methods

Method Description
AddTimerModel ( IBackend gallifrey, string jiraRef, System.DateTime startDate, bool enableDateChange, List idleTimers, bool startNow ) : System
SetJiraReference ( string jiraRef ) : void
SetStartNowEnabled ( ) : void

Method Details

AddTimerModel() public method

public AddTimerModel ( IBackend gallifrey, string jiraRef, System.DateTime startDate, bool enableDateChange, List idleTimers, bool startNow ) : System
gallifrey IBackend
jiraRef string
startDate System.DateTime
enableDateChange bool
idleTimers List
startNow bool
return System

SetJiraReference() public method

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

SetStartNowEnabled() public method

public SetStartNowEnabled ( ) : void
return void