C# Class VersionrUI.ViewModels.StatusVM

Inheritance: NotifyPropertyChangedBase
ファイルを表示 Open project: eatplayhate/versionr Class Usage Examples

Public Methods

Method Description
Refresh ( ) : void
SetStaged ( List statusEntries, bool staged ) : void
StatusVM ( AreaVM areaVM ) : System.Collections.ObjectModel

Private Methods

Method Description
Commit ( ) : void
StatusVM_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
_elements_CollectionChanged ( object sender, System e ) : void

Method Details

Refresh() public method

public Refresh ( ) : void
return void

SetStaged() public method

public SetStaged ( List statusEntries, bool staged ) : void
statusEntries List
staged bool
return void

StatusVM() public method

public StatusVM ( AreaVM areaVM ) : System.Collections.ObjectModel
areaVM AreaVM
return System.Collections.ObjectModel