C# 클래스 ClearCanvas.Desktop.Workspace

Represents a workspace within a desktop window.
상속: ClearCanvas.Desktop.DesktopObject, IWorkspace
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateWorkspaceDialogBoxView IWorkspaceDialogBoxView

공개 메소드들

메소드 설명
ShowDialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args ) : WorkspaceDialogBox

Shows a dialog box in front of this workspace.

보호된 메소드들

메소드 설명
CanClose ( ) : bool

Asks the object whether it is in a closable state without user intervention.

CreateView ( ) : IDesktopObjectView

Creates a view for this workspace.

Dispose ( bool disposing ) : void

Stops the hosted component.

Initialize ( ) : void

Starts the hosted component.

OnClosing ( ClosingEventArgs args ) : void

Overridden to prevent closing the Workspace if UserClosable is false.

PrepareClose ( CloseReason reason ) : bool

Gives the hosted component a chance to prepare for a forced exit.

Workspace ( ClearCanvas.Desktop.WorkspaceCreationArgs args, DesktopWindow desktopWindow ) : System

Constructor.

비공개 메소드들

메소드 설명
CreateWorkspaceDialogBoxView ( WorkspaceDialogBox dialogBox ) : IWorkspaceDialogBoxView

Creates a dialog box view for the specified dialog box.

메소드 상세

CanClose() 보호된 메소드

Asks the object whether it is in a closable state without user intervention.
protected CanClose ( ) : bool
리턴 bool

CreateView() 보호된 최종 메소드

Creates a view for this workspace.
protected final CreateView ( ) : IDesktopObjectView
리턴 IDesktopObjectView

Dispose() 보호된 메소드

Stops the hosted component.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Initialize() 보호된 메소드

Starts the hosted component.
protected Initialize ( ) : void
리턴 void

OnClosing() 보호된 메소드

Overridden to prevent closing the Workspace if UserClosable is false.
protected OnClosing ( ClosingEventArgs args ) : void
args ClosingEventArgs
리턴 void

PrepareClose() 보호된 메소드

Gives the hosted component a chance to prepare for a forced exit.
protected PrepareClose ( CloseReason reason ) : bool
reason CloseReason
리턴 bool

ShowDialogBox() 공개 메소드

Shows a dialog box in front of this workspace.
public ShowDialogBox ( ClearCanvas.Desktop.DialogBoxCreationArgs args ) : WorkspaceDialogBox
args ClearCanvas.Desktop.DialogBoxCreationArgs Arguments used to create the dialog box.
리턴 WorkspaceDialogBox

Workspace() 보호된 메소드

Constructor.
protected Workspace ( ClearCanvas.Desktop.WorkspaceCreationArgs args, DesktopWindow desktopWindow ) : System
args ClearCanvas.Desktop.WorkspaceCreationArgs Arguments for creation of the .
desktopWindow DesktopWindow The that owns the .
리턴 System