C# Class Alteridem.GitHub.Extension.Test.Mocks.IssueEditorMock

Inheritance: IIssueEditor
Afficher le fichier Open project: rprouse/GitHubExtension

Méthodes publiques

Méthode Description
Close ( ) : void
SetIssue ( Octokit.Issue issue ) : void

Sets the issue to add/edit

ShowModal ( ) : bool?

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

SetIssue() public méthode

Sets the issue to add/edit
public SetIssue ( Octokit.Issue issue ) : void
issue Octokit.Issue The issue.
Résultat void

ShowModal() public méthode

public ShowModal ( ) : bool?
Résultat bool?