Click or drag to resize

IViewManager Interface

Interface for displaying data input dialog. Can be null in a background context, where is no UI.

Namespace:  Resto.Front.Api.UI
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface IViewManager

The IViewManager type exposes the following members.

Methods
  NameDescription
Public methodChangeProgressBarMessage
Changes the message of progress bar.
Public methodShowChooserPopup
Shows chooser dialog.
Public methodShowErrorPopup
Shows dialog with single "Close" button.
Public methodShowExtendedInputDialog
Shows extended input dialog.
Public methodShowInputDialog
Shows input dialog.
Public methodShowKeyboard
Shows "Keyboard" dialog.
Public methodShowOkPopup
Shows dialog with single "OK" button.
Public methodShowYesNoPopup
Shows "Yes"/"No" dialog.
Top
Extension Methods
Exceptions
ExceptionCondition
NullReferenceException
See Also