C# 클래스 Octokit.IssueComment

파일 보기 프로젝트 열기: octokit/octokit.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IssueComment ( ) : System
IssueComment ( int id, Uri url, Uri htmlUrl, string body, DateTimeOffset createdAt, DateTimeOffset updatedAt, Octokit.User user ) : System

메소드 상세

IssueComment() 공개 메소드

public IssueComment ( ) : System
리턴 System

IssueComment() 공개 메소드

public IssueComment ( int id, Uri url, Uri htmlUrl, string body, DateTimeOffset createdAt, DateTimeOffset updatedAt, Octokit.User user ) : System
id int
url System.Uri
htmlUrl System.Uri
body string
createdAt DateTimeOffset
updatedAt DateTimeOffset
user Octokit.User
리턴 System