C# Class Adf.Core.Views.ViewManager

Manager that handles activation and de-activation of views, depending on the platform (web, Windows, Silverlight).
Datei anzeigen Open project: NLADP/ADF

Private Properties

Property Type Description

Public Methods

Method Description
ActivateView ( ITask task ) : void

Activate view with task.

ActivateView ( ITask task, bool newView ) : void

Activate view with task.

DeactivateView ( ITask task ) : void

De-activate view with task.

Method Details

ActivateView() public static method

Activate view with task.
public static ActivateView ( ITask task ) : void
task ITask Task to show view for
return void

ActivateView() public static method

Activate view with task.
public static ActivateView ( ITask task, bool newView ) : void
task ITask Task to show view for
newView bool Decide if new view is shown, or existing view is re-opened.
return void

DeactivateView() public static method

De-activate view with task.
public static DeactivateView ( ITask task ) : void
task ITask Task to show view for
return void