SD.LLBLGen.Pro.ApplicationCore.MessageReporting Namespace |
Class | Description | |
---|---|---|
![]() | CorrectableMessage |
Class which is a special kind of message: a message which is correctable, through corrections contained in this message.
|
![]() | CorrectableMessageList |
Simple list class which takes care of binding to the OnHandled event and removing messages based on that event automatically.
|
![]() | Correction |
Class which is used to represent a correction on a message, which for example can be a fix for an error which was detected.
|
![]() | ErrorMessage |
Class which represents an error message
|
![]() | InformationMessage |
Correctable message which is for information purposes, and is shown as (i) messages in the error/warnings list.
|
![]() | Message |
Abstract base class which is used to define message classes for reporting a message to observers for visualization to the user. A message can be an error,
warning or a normal message.
|
![]() | MessageManager |
The MessageManager class which manages message routing for the system. Use this instance to report new messages and let observers automatically get notified
|
![]() | MessageManagerSingleton |
Singleton provider class for the actual MessageManager
|
![]() | NormalMessage |
Class which represents a normal message
|
![]() | SourceLocationData |
Base class for source location data used in GoLocationFunc calls which raise GoLocationRequested events, so observers can guide users to locations
where the issue to be corrected originated.
|
![]() | WarningMessage |
Class which represents a warning message
|