Show / Hide Table of Contents

Enum AlertType

Namespace: Volo.Abp.AspNetCore.Mvc.UI.Alerts
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public enum AlertType

Fields

Name Description
Danger
Dark
Default
Info
Light
Primary
Secondary
Success
Warning

Extension Methods

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