Click or drag to resize

IViewModelRootSetTopJobCunningViewModel method

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

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

Parameters

topJobListViewModel  IVishnuViewModel
The new top JobListViewModel of the tree.

Return value

IVishnuViewModel
The previous top JobListViewModel of the tree.
See also