Class
GenericUserInteractionService

Definition

Namespace:ArtOfTest.WebAii.Design.ProjectModel.Providers.Reporting

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class GenericUserInteractionService : IUserInteractionService

Inheritance: objectGenericUserInteractionService

Implements: IUserInteractionService

Constructors

GenericUserInteractionService()

Declaration

cs-api-definition
public GenericUserInteractionService()

Methods

OnErrorRequest(ErrorReportingArgs)

Declaration

cs-api-definition
protected virtual void OnErrorRequest(ErrorReportingArgs args)

Parameters

args

ErrorReportingArgs

OnNotificationRequest(NotificationReportingArgs)

Declaration

cs-api-definition
protected virtual void OnNotificationRequest(NotificationReportingArgs args)

Parameters

args

NotificationReportingArgs

OnPromptRequest(PromptReportingArgs)

Declaration

cs-api-definition
protected virtual void OnPromptRequest(PromptReportingArgs args)

Parameters

args

PromptReportingArgs

TriggerErrorRequest(Error)

Declaration

cs-api-definition
public void TriggerErrorRequest(Error error)

Parameters

error

Error

Implements IUserInteractionService.TriggerErrorRequest(Error)

TriggerNotificationRequest(Notification)

Declaration

cs-api-definition
public void TriggerNotificationRequest(Notification notification)

Parameters

notification

Notification

Implements IUserInteractionService.TriggerNotificationRequest(Notification)

TriggerPromptRequest(Prompt)

Declaration

cs-api-definition
public void TriggerPromptRequest(Prompt prompt)

Parameters

prompt

Prompt

Implements IUserInteractionService.TriggerPromptRequest(Prompt)

Events

ErrorRequest

Declaration

cs-api-definition
public event Action<ErrorReportingArgs> ErrorRequest

Event Value

Action<ErrorReportingArgs>

Implements IUserInteractionService.ErrorRequest

NotifyRequest

Declaration

cs-api-definition
public event Action<NotificationReportingArgs> NotifyRequest

Event Value

Action<NotificationReportingArgs>

Implements IUserInteractionService.NotifyRequest

PromptRequest

Declaration

cs-api-definition
public event Action<PromptReportingArgs> PromptRequest

Event Value

Action<PromptReportingArgs>

Implements IUserInteractionService.PromptRequest