Show / Hide Table of Contents

Enum UiNotificationType

Namespace: Volo.Abp.AspNetCore.Components.Notifications
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public enum UiNotificationType

Fields

Name Description
Error
Info
Success
Warning

Extension Methods

AbpObjectExtensions.If<UiNotificationType>(UiNotificationType, bool, Action<UiNotificationType>)
AbpObjectExtensions.If<UiNotificationType>(UiNotificationType, bool, Func<UiNotificationType, UiNotificationType>)
AbpObjectExtensions.IsIn<UiNotificationType>(UiNotificationType, IEnumerable<UiNotificationType>)
AbpObjectExtensions.IsIn<UiNotificationType>(UiNotificationType, params UiNotificationType[])
AbpQueryableExtensions.OrderByIf<T, UiNotificationType>(UiNotificationType, bool, string)
AbpQueryableExtensions.PageBy<T, UiNotificationType>(UiNotificationType, int, int)
AbpQueryableExtensions.WhereIf<T, UiNotificationType>(UiNotificationType, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, UiNotificationType>(UiNotificationType, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, UiNotificationType>(UiNotificationType, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, UiNotificationType>(UiNotificationType, bool, int?)
In this article
Back to top Powered by ABP.IO Platform