Class BlazoriseUiNotificationService
Inheritance
object
BlazoriseUiNotificationService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.BlazoriseUI.dll
Syntax
[Dependency(ReplaceServices = true)]
public class BlazoriseUiNotificationService : IUiNotificationService, IScopedDependency
Constructors
BlazoriseUiNotificationService()
Declaration
public BlazoriseUiNotificationService()
Methods
CreateDefaultOptions()
Declaration
protected virtual UiNotificationOptions CreateDefaultOptions()
Returns
Error(string, string, Action<UiNotificationOptions>)
Declaration
public Task Error(string message, string title = null, Action<UiNotificationOptions> options = null)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Info(string, string, Action<UiNotificationOptions>)
Declaration
public Task Info(string message, string title = null, Action<UiNotificationOptions> options = null)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Success(string, string, Action<UiNotificationOptions>)
Declaration
public Task Success(string message, string title = null, Action<UiNotificationOptions> options = null)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Warn(string, string, Action<UiNotificationOptions>)
Declaration
public Task Warn(string message, string title = null, Action<UiNotificationOptions> options = null)
Parameters
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Events
NotificationReceived
Declaration
public event EventHandler<UiNotificationEventArgs> NotificationReceived
Event Type
Implements
Extension Methods