C# Class Adf.Base.Tasks.TaskViewExtensions

Extensions to Task to show and hide accompanying view.
Afficher le fichier Open project: NLADP/ADF

Méthodes publiques

Méthode 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 méthode

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

ActivateView() public static méthode

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.
Résultat void

DeactivateView() public static méthode

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