Show / Hide Table of Contents

Class AlertMessage

Inheritance
System.Object
AlertMessage
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 AlertMessage

Constructors

AlertMessage(AlertType, String, String, Boolean)

Declaration
public AlertMessage(AlertType type, string text, string title = null, bool dismissible = true)
Parameters
Type Name Description
AlertType type
System.String text
System.String title
System.Boolean dismissible

Properties

Dismissible

Declaration
public bool Dismissible { get; set; }
Property Value
Type Description
System.Boolean

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String

Type

Declaration
public AlertType Type { get; set; }
Property Value
Type Description
AlertType

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