C# Class Adf.Test.Views.TestViewProvider

Inheritance: IViewProvider
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
ActivateView ( ITask task ) : void

Activates the view of a specified task of ITask.

ActivateView ( ITask task, bool newView ) : void

Activates the view of a specified task of ITask and set the status of new task view for activation.

DeactivateView ( ITask task ) : void

Deactivates the view of a specified task of ITask.

Method Details

ActivateView() public method

Activates the view of a specified task of ITask.
public ActivateView ( ITask task ) : void
task ITask The that defines task which will activated.
return void

ActivateView() public method

Activates the view of a specified task of ITask and set the status of new task view for activation.
public ActivateView ( ITask task, bool newView ) : void
task ITask The that defines task which will activated.
newView bool The view status of a task which will set for activation.
return void

DeactivateView() public method

Deactivates the view of a specified task of ITask.
public DeactivateView ( ITask task ) : void
task ITask The that defines task which will deactivated.
return void