Alert
This object allows for a convenient approach for storing and outputting notifications.
Constructors
|
Constructor
|
Initializes a new instance of the Alert class.
|
Methods
|
Add
|
Creates a new item in the Alerts property of this instance with the specified string argument.
|
|
Count
|
Returns the count of items in the Alerts property of this instance.
|
|
Item
|
Returns an item of the Alerts property at the specified index.
|
|
ToArray
|
Returns all items in the Alerts property in this instance as a string array.
|
|
ToJSON
|
Returns all items in the Alerts property in this instance as a JSON object.
|
Properties
|
Alerts
|
Stores all items in this instance. |
Examples
|