C# 클래스 Adf.Base.Tasks.TaskViewExtensions

Extensions to Task to show and hide accompanying view.
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
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