C# 클래스 GitHub.ViewModels.PullRequestFileNode

A file node in a pull request changes tree.
상속: IPullRequestFileNode
파일 보기 프로젝트 열기: github/VisualStudio 1 사용 예제들

공개 메소드들

메소드 설명
PullRequestFileNode ( string repositoryPath, string path, string sha, PullRequestFileStatus status, [ statusDisplay ) : System

Initializes a new instance of the PullRequestFileNode class.

메소드 상세

PullRequestFileNode() 공개 메소드

Initializes a new instance of the PullRequestFileNode class.
public PullRequestFileNode ( string repositoryPath, string path, string sha, PullRequestFileStatus status, [ statusDisplay ) : System
repositoryPath string The absolute path to the repository.
path string The path to the file, relative to the repository.
sha string The SHA of the file.
status PullRequestFileStatus The way the file was changed.
statusDisplay [ The string to display in the [message] box next to the filename.
리턴 System