Click or drag to resize

IViewManager Interface

Interface for displaying data input dialog.

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

The IViewManager type exposes the following members.

Methods
  NameDescription
Public methodShowChooserPopup
Shows chooser dialog.
Public methodShowExtendedNumericInputPopup
Shows phone input dialog.
Public methodShowInputPopup
Shows input dialog.
Public methodShowYesNoPopup
Shows "Yes"/"No" dialog.
Top
Extension Methods
See Also