.NET Framework Class Library
UserInterface Methods

<< Click to Display Table of Contents >>

Navigation:  MwPDMApi Namespace > UserInterface Class >

.NET Framework Class Library
UserInterface Methods

The UserInterface type exposes the following members.

Methods

 

Name

Description

Public method

ActivityConsoleCleanAll

Resets the console content.

Public method

ActivityConsoleHide

Hides without resetting the console content. The next ActivityConsolePrint will show again the console.

Public method

ActivityConsolePrint

The text is always appended as a new line (max lines = 500) and automatically scrolled down into the window.

Public method

BringToFront

Bring window to front.

Public method

Equals

(Inherited from Object.)

Public method

FilterSelect

Displays a selection box reading data from a database.

Protected method

Finalize

(Inherited from Object.)

Public method

GetBrowserTreeCurrentGridInfo

The command returns useful info from the current Grid being activated in the Browser Tree Page.

Public method

GetHashCode

(Inherited from Object.)

Public methodStatic member

GetParent


Public method

GetParentHwnd

Get hwnd parent identifier.

Public method

GetType

(Inherited from Object.)

Public method

InputBox

Shows an input box interface, with a default value (if specified)

Public method

List

Shows a dialog box that allows to choose between customized entries.

Public method

ListFiles

Shows a dialog box that allows to choose between file names retrieved from a folder.

Public method

ListFromFile

Shows a dialog box that allows to choose between entries retrieved from a text file.

Public method

ListFromQuery(String, String, Object, String[])

Shows a dialog box that allows to choose between entries retrieved from a query on the database.

Public method

ListFromQuery(String, String, Int32, String, String, String, String)

Shows a dialog box that allows to choose between entries retrieved from a query to a datasource managing authentication if needed.

Protected method

MemberwiseClone

(Inherited from Object.)

Public method

MsgBox

Shows a simple message box, with a title and a button configuration (if specified)

Public method

MsgBoxCritical

Shows a message box with an exclamation icon.

Public method

MsgBoxCriticalQuestion

Shows a message box with an exclamation icon and Yes/No buttons.

Public method

MsgBoxExclamation

Shows a message box with an exclamation icon.

Public method

MsgBoxInformation

Shows a message box with an information icon.

Public method

MsgBoxQuestion

Shows a message box with an information icon and Yes/No buttons.

Public method

MultiSelectionList

Shows a dialog box that allows to choose between customized entries.

Public method

MultiSelectionListFromQuery

Shows a dialog box that allows a multiple selection between entries retrieved from a query on the database.

Public method

PrintInfo

Prints in the status bar of the hosting application a specified string.

Public method

RadioCombo

Shows a smart radio-combo interface.

Public method

RadioInput

Shows a smart radio-input box interface.

Public method

SaveFileName

Shows a save file dialog box.

Public method

SelectDir

Shows a directory dialog box interface.

Public method

SelectFile

Shows a file dialog box interface.

Public method

SelectFileMulti

Shows a file dialog box interface that allows multi selections

Public method

ShowConfigurationRevisionDialog

Shows the Configuration Revision Assignment dialog for the specified document.

Public method

ShowConfirmationDialog

Shows the default confirmation dialog proposed by PDM in many cases for selecting documents.

Public method

ShowDocumentSelectorDialog

The command shows the Document Selector Dialog used for multiple checkout/checkin/approve, for briefcase import/export, etc.

Public method

ShowFullPreviewExternal

Opens the full preview external application with the provided filename and document ID

Public method

ShowPopupWindow

This command shows a small popup window with a message of maximum three lines of text

Public method

ToString

(Inherited from Object.)

Public method

WaitDialogClose

Closes the wait dialog

Public method

WaitDialogOpen(String, String)

Opens the wait dialog with a specified title and display a specified message

Public method

WaitDialogOpen(String, String, Int32, Int32, Int32, Int32)

Opens the wait dialog with a specified title and display a specified message

Public method

WaitDialogPoll

Updates the progress bar of the wait dialog with the value given in percent

Public method

WaitDialogSetMessage

Set the message in the previously created wait dialog.

See Also

UserInterface Class

MwPDMApi Namespace