Click or drag to resize

IBusinessLogicRoot interface

Defines methods for accessing the topmost JobList 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 IBusinessLogicRoot

The IBusinessLogicRoot Type exposes the following members.

Methods
 NameDescription of the
Public MethodGetTopJobList Returns the topmost JobList of the tree as IVishnuNode.
Public MethodSetTopJobList Sets the topmost JobList of the tree. Returns the previously topmost JobList.
Back to the top
See also