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 |