Class NullUiNotificationService
Inheritance
object
NullUiNotificationService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Notifications
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public class NullUiNotificationService : IUiNotificationService, ITransientDependency
Constructors
NullUiNotificationService()
Declaration
public NullUiNotificationService()
Methods
Error(string, string, Action<UiNotificationOptions>)
Declaration
public Task Error(string message, string title = null, Action<UiNotificationOptions> options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| string | title | |
| System.Action<T><UiNotificationOptions> | options |
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
| Type | Name | Description |
|---|---|---|
| string | message | |
| string | title | |
| System.Action<T><UiNotificationOptions> | options |
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
| Type | Name | Description |
|---|---|---|
| string | message | |
| string | title | |
| System.Action<T><UiNotificationOptions> | options |
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
| Type | Name | Description |
|---|---|---|
| string | message | |
| string | title | |
| System.Action<T><UiNotificationOptions> | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |