C# 클래스 Adf.Test.Views.TestViewProvider

상속: IViewProvider
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
ActivateView ( ITask task ) : void

Activates the view of a specified task of ITask.

ActivateView ( ITask task, bool newView ) : void

Activates the view of a specified task of ITask and set the status of new task view for activation.

DeactivateView ( ITask task ) : void

Deactivates the view of a specified task of ITask.

메소드 상세

ActivateView() 공개 메소드

Activates the view of a specified task of ITask.
public ActivateView ( ITask task ) : void
task ITask The that defines task which will activated.
리턴 void

ActivateView() 공개 메소드

Activates the view of a specified task of ITask and set the status of new task view for activation.
public ActivateView ( ITask task, bool newView ) : void
task ITask The that defines task which will activated.
newView bool The view status of a task which will set for activation.
리턴 void

DeactivateView() 공개 메소드

Deactivates the view of a specified task of ITask.
public DeactivateView ( ITask task ) : void
task ITask The that defines task which will deactivated.
리턴 void