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

Mostrar archivo Open project: sceeter89/jira-client

Public Methods

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

Protected Methods

Method Description
GetImageFromResources ( string path ) : ImageSource

Private Methods

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

Method Details

GetImageFromResources() protected method

protected GetImageFromResources ( string path ) : ImageSource
path string
return ImageSource

IssuesUpdatesChecker() public method

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
return GalaSoft.MvvmLight.Command