C# Class GitHub.ViewModels.PullRequestFileNode

A file node in a pull request changes tree.
Inheritance: IPullRequestFileNode
显示文件 Open project: github/VisualStudio Class Usage Examples

Public Methods

Method Description
PullRequestFileNode ( string repositoryPath, string path, string sha, PullRequestFileStatus status, [ statusDisplay ) : System

Initializes a new instance of the PullRequestFileNode class.

Method Details

PullRequestFileNode() public method

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.
return System