Show / Hide Table of Contents

Class BlazoriseUiNotificationService

Inheritance
System.Object
BlazoriseUiNotificationService
Implements
IUiNotificationService
ITransientDependency
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.BlazoriseUI
Assembly: Volo.Abp.BlazoriseUI.dll
Syntax
public class BlazoriseUiNotificationService : IUiNotificationService, ITransientDependency

Constructors

BlazoriseUiNotificationService()

Declaration
public BlazoriseUiNotificationService()

Properties

Logger

Declaration
public ILogger<BlazoriseUiNotificationService> Logger { get; set; }
Property Value
Type Description
ILogger<BlazoriseUiNotificationService>

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

IUiNotificationService
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft