Show / Hide Table of Contents

Class AlertList

Inheritance
object
System.Collections.Generic.List<T><AlertMessage>
AlertList
Implements
System.Collections.Generic.IList<T><AlertMessage>
System.Collections.Generic.ICollection<T><AlertMessage>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T><AlertMessage>
System.Collections.Generic.IReadOnlyCollection<T><AlertMessage>
System.Collections.Generic.IEnumerable<T><AlertMessage>
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Add(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.AddRange(System.Collections.Generic.IEnumerable<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.AsReadOnly()
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.BinarySearch(int, int, Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage, System.Collections.Generic.IComparer<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.BinarySearch(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.BinarySearch(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage, System.Collections.Generic.IComparer<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Clear()
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Contains(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.ConvertAll<TOutput>(System.Converter<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage, TOutput>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.CopyTo(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage[])
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.CopyTo(int, Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage[], int, int)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.CopyTo(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage[], int)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.EnsureCapacity(int)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Exists(System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Find(System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.FindAll(System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.FindIndex(System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.FindIndex(int, System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.FindIndex(int, int, System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.FindLast(System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.FindLastIndex(System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.FindLastIndex(int, System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.FindLastIndex(int, int, System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.ForEach(System.Action<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.GetEnumerator()
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.GetRange(int, int)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.IndexOf(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.IndexOf(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage, int)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.IndexOf(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage, int, int)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Insert(int, Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.InsertRange(int, System.Collections.Generic.IEnumerable<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.LastIndexOf(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.LastIndexOf(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage, int)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.LastIndexOf(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage, int, int)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Remove(Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.RemoveAll(System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.RemoveAt(int)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.RemoveRange(int, int)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Reverse()
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Reverse(int, int)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Sort()
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Sort(System.Collections.Generic.IComparer<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Sort(int, int, System.Collections.Generic.IComparer<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Sort(System.Comparison<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.ToArray()
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.TrimExcess()
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.TrueForAll(System.Predicate<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>)
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Capacity
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.AlertMessage>.Count
System.Collections.Generic.List<Volo.Abp.AspNetCore.Mvc.UI.Alerts.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

System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.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>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft