C# Класс Adf.Base.Tasks.TaskViewExtensions

Extensions to Task to show and hide accompanying view.
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

ActivateView() публичный статический Метод

Activate view using the ViewManager
public static ActivateView ( this task ) : void
task this Task to show view for
Результат void

ActivateView() публичный статический Метод

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.
Результат void

DeactivateView() публичный статический Метод

De-activate view using the ViewManager
public static DeactivateView ( this task ) : void
task this Task to hide view for
Результат void