C# 클래스 Adf.Core.Views.ViewManager

Manager that handles activation and de-activation of views, depending on the platform (web, Windows, Silverlight).
파일 보기 프로젝트 열기: NLADP/ADF

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Activate view with task.

ActivateView ( ITask task, bool newView ) : void

Activate view with task.

DeactivateView ( ITask task ) : void

De-activate view with task.

메소드 상세

ActivateView() 공개 정적인 메소드

Activate view with task.
public static ActivateView ( ITask task ) : void
task ITask Task to show view for
리턴 void

ActivateView() 공개 정적인 메소드

Activate view with task.
public static ActivateView ( ITask task, bool newView ) : void
task ITask Task to show view for
newView bool Decide if new view is shown, or existing view is re-opened.
리턴 void

DeactivateView() 공개 정적인 메소드

De-activate view with task.
public static DeactivateView ( ITask task ) : void
task ITask Task to show view for
리턴 void