Click or drag to resize

IUserInterfaceInteractionProvider Interface

An interface that can provide low level dialogs for confirmations and messages

Namespace: SanteDB.Client.UserInterface
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public interface IUserInterfaceInteractionProvider : IServiceImplementation

The IUserInterfaceInteractionProvider type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodAlert Shows an alert message box to the
Public methodConfirm Shows a confirmation dialog box with message
Public methodPrompt Shows a prompt for the user to enter a response
Public methodSaveFile Open a file selector and allow the user to choose a file
Public methodSelectFile Open a file selector and allow the user to choose a file
Public methodSetStatus Set the application status bar to to the specified value
Top
See Also