InterfaceIUserInteractionService
Interface
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public interface IUserInteractionService
Derived Classes:
Methods
TriggerNotificationRequest(Notification)
Declaration
cs-api-definition
void TriggerNotificationRequest(Notification notification)
Parameters
notification
Events
ErrorRequest
Declaration
cs-api-definition
event Action<ErrorReportingArgs> ErrorRequest
Event Value
NotifyRequest
Declaration
cs-api-definition
event Action<NotificationReportingArgs> NotifyRequest
Event Value
PromptRequest
Declaration
cs-api-definition
event Action<PromptReportingArgs> PromptRequest
Event Value