C# 클래스 Adf.Web.Process.WebViewProvider

Represents a manager for view i.e. web page in an web application related activities. Provides methods to activate a view i.e. to open a web page of an web application corresponding to a ITask and deactivate a view.
상속: IViewProvider
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

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

Activates a view i.e. opens a web page of an web application corresponding to the specified ITask.

ActivateView ( ITask task, bool newView ) : void

Activates a view i.e. opens a web page of an web application corresponding to the specified ITask.

DeactivateView ( ITask task ) : void

Deactivates a view. Currently nothing is being done.

메소드 상세

ActivateView() 공개 메소드

Activates a view i.e. opens a web page of an web application corresponding to the specified ITask.
public ActivateView ( ITask task ) : void
task ITask The , the corresponding web page /// of which is to open.
리턴 void

ActivateView() 공개 메소드

Activates a view i.e. opens a web page of an web application corresponding to the specified ITask.
public ActivateView ( ITask task, bool newView ) : void
task ITask The , the corresponding web page /// of which is to open.
newView bool The value to indicate whether a new web page is to open. /// Currently not being used.
리턴 void

DeactivateView() 공개 메소드

Deactivates a view. Currently nothing is being done.
public DeactivateView ( ITask task ) : void
task ITask The , the corresponding view /// of which is to deactivate.
리턴 void