C# Class Adf.Base.Tasks.TaskViewExtensions

Extensions to Task to show and hide accompanying view.
Datei anzeigen Open project: NLADP/ADF

Public Methods

Method Description
ActivateView ( this task ) : void

Activate view using the ViewManager

ActivateView ( this task, bool newView ) : void

Activate view using the ViewManager

DeactivateView ( this task ) : void

De-activate view using the ViewManager

Method Details

ActivateView() public static method

Activate view using the ViewManager
public static ActivateView ( this task ) : void
task this Task to show view for
return void

ActivateView() public static method

Activate view using the ViewManager
public static ActivateView ( this task, bool newView ) : void
task this Task to show view for
newView bool Initiate an existing view or a new view.
return void

DeactivateView() public static method

De-activate view using the ViewManager
public static DeactivateView ( this task ) : void
task this Task to hide view for
return void