Click or drag to resize

IViewModelRoot interface

Defines methods for accessing the top JobListViewModel of the tree. Is used internally when merging changed jobs after a reload.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public interface IViewModelRoot

The IViewModelRoot Type exposes the following members.

Methods
 NameDescription of the
Public MethodGetTopJobListViewModel Returns the top JobListViewModel of the tree as IVishnuViewModel.
Public MethodRefreshDependentAlternativeViewModels Updates the ViewModels of any additional views, that map the same BusinessLogic (here: JobGroupViewModel).
Public MethodSetTopJobListViewModel Sets the top JobListViewModel of the tree. Returns the previous top JobListViewModel.
Back to the top
See also