C# 클래스 git_demo_viewer.GitViewModel

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: niik/Git-Demo-Viewer

공개 메소드들

메소드 설명
GitViewModel ( Repository repo ) : System
Refresh ( ) : void
Refresh ( GitGraph graph ) : void
Reload ( ) : void

비공개 메소드들

메소드 설명
AddBranch ( GitGraph graph, Branch branch ) : BranchVertex
AddCommit ( GitGraph graph, Commit commit, int depth ) : CommitVertex
NotifyPropertyChanged ( String info ) : void

메소드 상세

GitViewModel() 공개 메소드

public GitViewModel ( Repository repo ) : System
repo LibGit2Sharp.Repository
리턴 System

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( GitGraph graph ) : void
graph GitGraph
리턴 void

Reload() 공개 메소드

public Reload ( ) : void
리턴 void