Show / Hide Table of Contents

Class PageAlertsViewComponent

Inheritance
System.Object
PageAlertsViewComponent
Namespace: Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.Themes.Basic.Components.PageAlerts
Assembly: Volo.Abp.AspNetCore.Mvc.UI.Theme.Basic.dll
Syntax
public class PageAlertsViewComponent : AbpViewComponent

Constructors

PageAlertsViewComponent(IAlertManager)

Declaration
public PageAlertsViewComponent(IAlertManager alertManager)
Parameters
Type Name Description
IAlertManager alertManager

Methods

Invoke(String)

Declaration
public IViewComponentResult Invoke(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
IViewComponentResult

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft