C# 클래스 GitHub.App.SampleData.LocalRepositoryModelDesigner

상속: ILocalRepositoryModel
파일 보기 프로젝트 열기: github/VisualStudio

공개 메소드들

메소드 설명
GenerateUrl ( string path = null, int startLine = -1, int endLine = -1 ) : Task
Refresh ( ) : void
SetIcon ( bool isPrivate, bool isFork ) : void

메소드 상세

GenerateUrl() 공개 메소드

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

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

SetIcon() 공개 메소드

public SetIcon ( bool isPrivate, bool isFork ) : void
isPrivate bool
isFork bool
리턴 void