Show / Hide Table of Contents

Class AlertList

Inheritance
object
System.Collections.ObjectModel.Collection<T><AlertMessage>
System.Collections.ObjectModel.ObservableCollection<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
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.Move(int, int)
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.ClearItems()
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.RemoveItem(int)
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.InsertItem(int, Volo.Abp.AspNetCore.Components.Alerts.AlertMessage)
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.SetItem(int, Volo.Abp.AspNetCore.Components.Alerts.AlertMessage)
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.MoveItem(int, int)
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.OnCollectionChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.BlockReentrancy()
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.CheckReentrancy()
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.CollectionChanged
System.Collections.ObjectModel.ObservableCollection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.PropertyChanged
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.Add(Volo.Abp.AspNetCore.Components.Alerts.AlertMessage)
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.Clear()
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.CopyTo(Volo.Abp.AspNetCore.Components.Alerts.AlertMessage[], int)
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.Contains(Volo.Abp.AspNetCore.Components.Alerts.AlertMessage)
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.GetEnumerator()
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.IndexOf(Volo.Abp.AspNetCore.Components.Alerts.AlertMessage)
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.Insert(int, Volo.Abp.AspNetCore.Components.Alerts.AlertMessage)
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.Remove(Volo.Abp.AspNetCore.Components.Alerts.AlertMessage)
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.RemoveAt(int)
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.Count
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.Alerts.AlertMessage>.Items
System.Collections.ObjectModel.Collection<Volo.Abp.AspNetCore.Components.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.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

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
System.Collections.Specialized.INotifyCollectionChanged
System.ComponentModel.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>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft