Class AlertMessage
Inheritance
object
AlertMessage
Inherited Members
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 AlertMessage
Constructors
AlertMessage(AlertType, string, string, bool)
Declaration
public AlertMessage(AlertType type, string text, string title = null, bool dismissible = true)
Parameters
| Type | Name | Description |
|---|---|---|
| AlertType | type | |
| string | text | |
| string | title | |
| bool | dismissible |
Properties
Dismissible
Declaration
public bool Dismissible { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Text
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public AlertType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| AlertType |