C# Class GitHub.Models.GitReferenceModel

ファイルを表示 Open project: github/VisualStudio

Public Methods

Method Description
GitReferenceModel ( string @ref, string label, string sha, UriString repositoryCloneUri ) : GitHub.Extensions
GitReferenceModel ( string @ref, string label, string sha, string repositoryCloneUri ) : GitHub.Extensions

Method Details

GitReferenceModel() public method

public GitReferenceModel ( string @ref, string label, string sha, UriString repositoryCloneUri ) : GitHub.Extensions
@ref string
label string
sha string
repositoryCloneUri UriString
return GitHub.Extensions

GitReferenceModel() public method

public GitReferenceModel ( string @ref, string label, string sha, string repositoryCloneUri ) : GitHub.Extensions
@ref string
label string
sha string
repositoryCloneUri string
return GitHub.Extensions