C# Class JiraAssistant.Logic.Services.Daemons.IssuesUpdatesChecker

Afficher le fichier Open project: sceeter89/jira-client

Méthodes publiques

Méthode Description
IssuesUpdatesChecker ( ReportsSettings reportsSettings, IJiraApi jiraApi, JiraSessionViewModel jiraSession, IMessenger messenger ) : GalaSoft.MvvmLight.Command

Méthodes protégées

Méthode Description
GetImageFromResources ( string path ) : ImageSource

Private Methods

Méthode Description
GreatestDateTime ( ) : System.DateTime
ScanForUpdates ( ) : void
TimerTick ( object sender, EventArgs e ) : void

Method Details

GetImageFromResources() protected méthode

protected GetImageFromResources ( string path ) : ImageSource
path string
Résultat ImageSource

IssuesUpdatesChecker() public méthode

public IssuesUpdatesChecker ( ReportsSettings reportsSettings, IJiraApi jiraApi, JiraSessionViewModel jiraSession, IMessenger messenger ) : GalaSoft.MvvmLight.Command
reportsSettings JiraAssistant.Logic.Settings.ReportsSettings
jiraApi IJiraApi
jiraSession JiraAssistant.Logic.ContextlessViewModels.JiraSessionViewModel
messenger IMessenger
Résultat GalaSoft.MvvmLight.Command