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

Inheritance: IIssueEditor
Datei anzeigen Open project: rprouse/GitHubExtension

Public Methods

Method Description
Close ( ) : void
SetIssue ( Octokit.Issue issue ) : void

Sets the issue to add/edit

ShowModal ( ) : bool?

Method Details

Close() public method

public Close ( ) : void
return void

SetIssue() public method

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

ShowModal() public method

public ShowModal ( ) : bool?
return bool?