Interface IUserInteractionService
Namespace: ArtOfTest.WebAii.Design.ProjectModel.Providers
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface IUserInteractionService
Methods
TriggerErrorRequest(Error)
TriggerNotificationRequest(Notification)
Declaration
void TriggerNotificationRequest(Notification notification)
Parameters
Notification
notification
|
TriggerPromptRequest(Prompt)
Events
ErrorRequest
Declaration
event Action<ErrorReportingArgs> ErrorRequest
Event Type
System.Action<ErrorReportingArgs>
|
NotifyRequest
Declaration
event Action<NotificationReportingArgs> NotifyRequest
Event Type
System.Action<NotificationReportingArgs>
|
PromptRequest
Declaration
event Action<PromptReportingArgs> PromptRequest
Event Type
System.Action<PromptReportingArgs>
|