C# Class VersionrUI.ViewModels.BranchVM

Inheritance: NotifyPropertyChangedBase
Mostra file Open project: eatplayhate/versionr

Public Methods

Method Description
BranchVM ( AreaVM areaVM, Branch branch ) : System.Collections.Generic

Private Methods

Method Description
Checkout ( ) : void
CheckoutAsync ( bool purge ) : void
FilterHistory ( ObservableCollection history, string searchtext ) : ObservableCollection
Log ( ) : void
Refresh ( ) : void

Method Details

BranchVM() public method

public BranchVM ( AreaVM areaVM, Branch branch ) : System.Collections.Generic
areaVM AreaVM
branch Versionr.Objects.Branch
return System.Collections.Generic