Class GenericUserInteractionService
Inheritance
System.Object
GenericUserInteractionService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.ProjectModel.Providers.Reporting
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class GenericUserInteractionService : IUserInteractionService
Constructors
GenericUserInteractionService()
Declaration
public GenericUserInteractionService()
Methods
OnErrorRequest(ErrorReportingArgs)
Declaration
protected virtual void OnErrorRequest(ErrorReportingArgs args)
Parameters
ErrorReportingArgs
args
|
OnNotificationRequest(NotificationReportingArgs)
Declaration
protected virtual void OnNotificationRequest(NotificationReportingArgs args)
Parameters
NotificationReportingArgs
args
|
OnPromptRequest(PromptReportingArgs)
Declaration
protected virtual void OnPromptRequest(PromptReportingArgs args)
Parameters
PromptReportingArgs
args
|
TriggerErrorRequest(Error)
TriggerNotificationRequest(Notification)
Declaration
public void TriggerNotificationRequest(Notification notification)
Parameters
Notification
notification
|
Implements
TriggerPromptRequest(Prompt)
Events
ErrorRequest
Declaration
public event Action<ErrorReportingArgs> ErrorRequest
Event Type
System.Action<ErrorReportingArgs>
|
Implements
NotifyRequest
Declaration
public event Action<NotificationReportingArgs> NotifyRequest
Event Type
System.Action<NotificationReportingArgs>
|
Implements
PromptRequest
Declaration
public event Action<PromptReportingArgs> PromptRequest
Event Type
System.Action<PromptReportingArgs>
|