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

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

Méthodes publiques

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

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
Résultat System

SetJiraReference() public méthode

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

SetStartNowEnabled() public méthode

public SetStartNowEnabled ( ) : void
Résultat void