Show / Hide Table of Contents

Class AlertList

Inheritance
object
Collection<AlertMessage>
ObservableCollection<AlertMessage>
AlertList
Implements
IList<AlertMessage>
ICollection<AlertMessage>
IList
ICollection
IReadOnlyList<AlertMessage>
IReadOnlyCollection<AlertMessage>
IEnumerable<AlertMessage>
IEnumerable
INotifyCollectionChanged
INotifyPropertyChanged
Inherited Members
ObservableCollection<AlertMessage>.Move(int, int)
ObservableCollection<AlertMessage>.ClearItems()
ObservableCollection<AlertMessage>.RemoveItem(int)
ObservableCollection<AlertMessage>.InsertItem(int, AlertMessage)
ObservableCollection<AlertMessage>.SetItem(int, AlertMessage)
ObservableCollection<AlertMessage>.MoveItem(int, int)
ObservableCollection<AlertMessage>.OnPropertyChanged(PropertyChangedEventArgs)
ObservableCollection<AlertMessage>.OnCollectionChanged(NotifyCollectionChangedEventArgs)
ObservableCollection<AlertMessage>.BlockReentrancy()
ObservableCollection<AlertMessage>.CheckReentrancy()
ObservableCollection<AlertMessage>.CollectionChanged
ObservableCollection<AlertMessage>.PropertyChanged
Collection<AlertMessage>.Add(AlertMessage)
Collection<AlertMessage>.Clear()
Collection<AlertMessage>.CopyTo(AlertMessage[], int)
Collection<AlertMessage>.Contains(AlertMessage)
Collection<AlertMessage>.GetEnumerator()
Collection<AlertMessage>.IndexOf(AlertMessage)
Collection<AlertMessage>.Insert(int, AlertMessage)
Collection<AlertMessage>.Remove(AlertMessage)
Collection<AlertMessage>.RemoveAt(int)
Collection<AlertMessage>.Count
Collection<AlertMessage>.Items
Collection<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.Components.Alerts
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public class AlertList : ObservableCollection<AlertMessage>, IList<AlertMessage>, ICollection<AlertMessage>, IList, ICollection, IReadOnlyList<AlertMessage>, IReadOnlyCollection<AlertMessage>, IEnumerable<AlertMessage>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

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
INotifyCollectionChanged
INotifyPropertyChanged

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