Class NullUiNotificationService
Inheritance
System.Object
NullUiNotificationService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Components.WebAssembly
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.dll
Syntax
public class NullUiNotificationService : IUiNotificationService, ITransientDependency
Methods
Error(String)
Declaration
public Task Error(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Info(String)
Declaration
public Task Info(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Success(String)
Declaration
public Task Success(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Warn(String)
Declaration
public Task Warn(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task |
Implements
ITransientDependency