C# Class git_demo_viewer.GitViewModel

Inheritance: INotifyPropertyChanged
Datei anzeigen Open project: niik/Git-Demo-Viewer

Public Methods

Method Description
GitViewModel ( Repository repo ) : System
Refresh ( ) : void
Refresh ( GitGraph graph ) : void
Reload ( ) : void

Private Methods

Method Description
AddBranch ( GitGraph graph, Branch branch ) : BranchVertex
AddCommit ( GitGraph graph, Commit commit, int depth ) : CommitVertex
NotifyPropertyChanged ( String info ) : void

Method Details

GitViewModel() public method

public GitViewModel ( Repository repo ) : System
repo LibGit2Sharp.Repository
return System

Refresh() public method

public Refresh ( ) : void
return void

Refresh() public method

public Refresh ( GitGraph graph ) : void
graph GitGraph
return void

Reload() public method

public Reload ( ) : void
return void