C# Class GitHub.App.SampleData.LocalRepositoryModelDesigner

Inheritance: ILocalRepositoryModel
Afficher le fichier Open project: github/VisualStudio

Méthodes publiques

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

Method Details

GenerateUrl() public méthode

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

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SetIcon() public méthode

public SetIcon ( bool isPrivate, bool isFork ) : void
isPrivate bool
isFork bool
Résultat void