C# Class NGitHub.Services.IssueService

Inheritance: IIssueService
Afficher le fichier Open project: akilb/NGitHub Class Usage Examples

Méthodes publiques

Méthode Description
CreateCommentAsync ( string user, string repo, int issueNumber, string comment, Action callback, Action onError ) : GitHubRequestAsyncHandle
CreateIssueAsync ( string user, string repo, string title, string body, string assignee, string mileStone, string labels, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetCommentsAsync ( string user, string repo, int issueNumber, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetIssueAsync ( string user, string repo, int issueNumber, Action callback, Action onError ) : GitHubRequestAsyncHandle
GetIssuesAsync ( string user, string repo, State state, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
IssueService ( IGitHubClient gitHubClient ) : System

Method Details

CreateCommentAsync() public méthode

public CreateCommentAsync ( string user, string repo, int issueNumber, string comment, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
issueNumber int
comment string
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

CreateIssueAsync() public méthode

public CreateIssueAsync ( string user, string repo, string title, string body, string assignee, string mileStone, string labels, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
title string
body string
assignee string
mileStone string
labels string
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

GetCommentsAsync() public méthode

public GetCommentsAsync ( string user, string repo, int issueNumber, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
issueNumber int
page int
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

GetIssueAsync() public méthode

public GetIssueAsync ( string user, string repo, int issueNumber, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
issueNumber int
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

GetIssuesAsync() public méthode

public GetIssuesAsync ( string user, string repo, State state, int page, Action callback, Action onError ) : GitHubRequestAsyncHandle
user string
repo string
state State
page int
callback Action
onError Action
Résultat GitHubRequestAsyncHandle

IssueService() public méthode

public IssueService ( IGitHubClient gitHubClient ) : System
gitHubClient IGitHubClient
Résultat System