Click or drag to resize

MainWindowViewModelSetTopJobCunningViewModel method

Sets the top JobListViewModel of the tree. Returns the previous top JobListViewModel.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public IVishnuViewModel SetTopJobListViewModel(
	
	IVishnuViewModel topJobListViewModel
)

Parameters

topJobListViewModel  IVishnuViewModel
The new top JobListViewModel of the tree.

Return value

IVishnuViewModel
The previous top JobListViewModel of the tree.

Implemented

IViewModelRootSetTopJobListViewModel(IVishnuViewModel)
See also