Deals with the alert message.

C# | Visual Basic | Visual C++ |
public interface IAlertManager
Public Interface IAlertManager
public interface class IAlertManager

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | AddAlert(Alert) |
Adds the alert. If the Section does not exist, it is automatically created.
|
![]() | AlertsBySectionName |
Gets the alerts by name of section.
|
![]() | GetOrCreateSection(String) |
Gets an Alert collection by name or creates it if not defined yet.
|
![]() | ResetSection(String) |
Resets the section.
|