C# Class JiraAssistant.Logic.ViewModels.IssuesBrowserViewModel

Inheritance: GalaSoft.MvvmLight.ViewModelBase
Afficher le fichier Open project: sceeter89/jira-client Class Usage Examples

Méthodes publiques

Méthode Description
IssuesBrowserViewModel ( IList issues, IMessenger messenger ) : GalaSoft.MvvmLight
PreviewSelectedIssue ( ) : void

Private Methods

Méthode Description
EscapeConfluenceMarkupCharacters ( string summary ) : string
ExportAsConfluenceMarkupResults ( ) : void
ExportAsTextResults ( ) : void
LoadGridState ( ) : void
OpenScrumCards ( ) : void
SaveGridState ( ) : void

Method Details

IssuesBrowserViewModel() public méthode

public IssuesBrowserViewModel ( IList issues, IMessenger messenger ) : GalaSoft.MvvmLight
issues IList
messenger IMessenger
Résultat GalaSoft.MvvmLight

PreviewSelectedIssue() public méthode

public PreviewSelectedIssue ( ) : void
Résultat void