C# Class GitHub.App.SampleData.LocalRepositoryModelDesigner

Inheritance: ILocalRepositoryModel
Datei anzeigen Open project: github/VisualStudio

Public Methods

Method Description
GenerateUrl ( string path = null, int startLine = -1, int endLine = -1 ) : Task
Refresh ( ) : void
SetIcon ( bool isPrivate, bool isFork ) : void

Method Details

GenerateUrl() public method

public GenerateUrl ( string path = null, int startLine = -1, int endLine = -1 ) : Task
path string
startLine int
endLine int
return Task

Refresh() public method

public Refresh ( ) : void
return void

SetIcon() public method

public SetIcon ( bool isPrivate, bool isFork ) : void
isPrivate bool
isFork bool
return void