Show / Hide Table of Contents

Class AlertList

Inheritance
object
List<AlertMessage>
AlertList
Implements
IList<AlertMessage>
ICollection<AlertMessage>
IList
ICollection
IReadOnlyList<AlertMessage>
IReadOnlyCollection<AlertMessage>
IEnumerable<AlertMessage>
IEnumerable
Inherited Members
List<AlertMessage>.Add(AlertMessage)
List<AlertMessage>.AddRange(IEnumerable<AlertMessage>)
List<AlertMessage>.AsReadOnly()
List<AlertMessage>.BinarySearch(int, int, AlertMessage, IComparer<AlertMessage>)
List<AlertMessage>.BinarySearch(AlertMessage)
List<AlertMessage>.BinarySearch(AlertMessage, IComparer<AlertMessage>)
List<AlertMessage>.Clear()
List<AlertMessage>.Contains(AlertMessage)
List<AlertMessage>.ConvertAll<TOutput>(Converter<AlertMessage, TOutput>)
List<AlertMessage>.CopyTo(AlertMessage[])
List<AlertMessage>.CopyTo(int, AlertMessage[], int, int)
List<AlertMessage>.CopyTo(AlertMessage[], int)
List<AlertMessage>.EnsureCapacity(int)
List<AlertMessage>.Exists(Predicate<AlertMessage>)
List<AlertMessage>.Find(Predicate<AlertMessage>)
List<AlertMessage>.FindAll(Predicate<AlertMessage>)
List<AlertMessage>.FindIndex(Predicate<AlertMessage>)
List<AlertMessage>.FindIndex(int, Predicate<AlertMessage>)
List<AlertMessage>.FindIndex(int, int, Predicate<AlertMessage>)
List<AlertMessage>.FindLast(Predicate<AlertMessage>)
List<AlertMessage>.FindLastIndex(Predicate<AlertMessage>)
List<AlertMessage>.FindLastIndex(int, Predicate<AlertMessage>)
List<AlertMessage>.FindLastIndex(int, int, Predicate<AlertMessage>)
List<AlertMessage>.ForEach(Action<AlertMessage>)
List<AlertMessage>.GetEnumerator()
List<AlertMessage>.GetRange(int, int)
List<AlertMessage>.Slice(int, int)
List<AlertMessage>.IndexOf(AlertMessage)
List<AlertMessage>.IndexOf(AlertMessage, int)
List<AlertMessage>.IndexOf(AlertMessage, int, int)
List<AlertMessage>.Insert(int, AlertMessage)
List<AlertMessage>.InsertRange(int, IEnumerable<AlertMessage>)
List<AlertMessage>.LastIndexOf(AlertMessage)
List<AlertMessage>.LastIndexOf(AlertMessage, int)
List<AlertMessage>.LastIndexOf(AlertMessage, int, int)
List<AlertMessage>.Remove(AlertMessage)
List<AlertMessage>.RemoveAll(Predicate<AlertMessage>)
List<AlertMessage>.RemoveAt(int)
List<AlertMessage>.RemoveRange(int, int)
List<AlertMessage>.Reverse()
List<AlertMessage>.Reverse(int, int)
List<AlertMessage>.Sort()
List<AlertMessage>.Sort(IComparer<AlertMessage>)
List<AlertMessage>.Sort(int, int, IComparer<AlertMessage>)
List<AlertMessage>.Sort(Comparison<AlertMessage>)
List<AlertMessage>.ToArray()
List<AlertMessage>.TrimExcess()
List<AlertMessage>.TrueForAll(Predicate<AlertMessage>)
List<AlertMessage>.Capacity
List<AlertMessage>.Count
List<AlertMessage>.this[int]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Alerts
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class AlertList : List<AlertMessage>, IList<AlertMessage>, ICollection<AlertMessage>, IList, ICollection, IReadOnlyList<AlertMessage>, IReadOnlyCollection<AlertMessage>, IEnumerable<AlertMessage>, IEnumerable

Constructors

AlertList()

Declaration
public AlertList()

Methods

Add(AlertType, string, string?, bool)

Declaration
public void Add(AlertType type, string text, string? title = null, bool dismissible = true)
Parameters
Type Name Description
AlertType type
string text
string title
bool dismissible

Danger(string, string?, bool)

Declaration
public void Danger(string text, string? title = null, bool dismissible = true)
Parameters
Type Name Description
string text
string title
bool dismissible

Info(string, string?, bool)

Declaration
public void Info(string text, string? title = null, bool dismissible = true)
Parameters
Type Name Description
string text
string title
bool dismissible

Success(string, string?, bool)

Declaration
public void Success(string text, string? title = null, bool dismissible = true)
Parameters
Type Name Description
string text
string title
bool dismissible

Warning(string, string?, bool)

Declaration
public void Warning(string text, string? title = null, bool dismissible = true)
Parameters
Type Name Description
string text
string title
bool dismissible

Implements

IList<T>
ICollection<T>
IList
ICollection
IReadOnlyList<T>
IReadOnlyCollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

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