Class AlertManager
Inheritance
System.Object
AlertManager
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Alerts
Assembly: Volo.Abp.AspNetCore.Mvc.UI.dll
Syntax
public class AlertManager : IAlertManager, IScopedDependency
Constructors
AlertManager()
Declaration
public AlertManager()
Properties
Alerts
Declaration
public AlertList Alerts { get; }
Property Value
Type | Description |
---|---|
AlertList |
Implements
IScopedDependency