MessageManager Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.MessageReporting
The MessageManager type exposes the following members.
Name | Description | |
---|---|---|
MessageManager |
Initializes a new instance of the MessageManager class.
|
Name | Description | |
---|---|---|
Context | ||
CorrectableMessages |
Gets the correctable messages.
|
Name | Description | |
---|---|---|
ClearCorrectableMessages |
Clears the correctable messages.
| |
ClearCorrectableMessages(String) |
Clears the correctable messages.
| |
DispatchLogNodesAsNormalMessages |
Dispatches the log nodes from the tree with root rootNode as normal messages.
| |
DispatchMessage(CorrectableMessage) |
Dispatches the message specified. This leads to the message being added to the list of correctable messages.
| |
DispatchMessage(NormalMessage) |
Dispatches the message specified
| |
DispatchNormalMessage(String, String, Object) |
Dispatches a normal message with the values specified
| |
DispatchNormalMessage(String, String, Boolean, Boolean, Object) |
Dispatches a normal message with the values specified
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RaiseGoLocationRequested |
Raises the GoLocationRequested event by passing the locationData specified.
| |
StartTaggingMessagesWithTag |
Starts tagging messages with the tag specified.
| |
StopTaggingMessagesWithTag |
Stops tagging messages with the tag specified
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UpdateIgnoredWarningIDs |
Updates the ignored warning ids. The ids in the list which are currently being ignored are removed from the list.
The ids which are not in the list are added to it.
|
Name | Description | |
---|---|---|
CorrectableMessageDispatched |
Raised when a correctable message is dispatched through the messagemanager. The message dispatched is enclosed.
| |
GoLocationRequested |
Raised when the user has to be guided to a location, matching the data enclosed in the SourceLocationData object in the event args. Observers should
interpret the SourceLocationData object's contents to navigate to the proper location in their domain.
| |
IgnoredWarningIDsChanged |
Raised when the set of warning ids changed.
| |
NormalMessageDispatched |
Raised when a normal message is dispatched through this messagemanager. The message dispatched is enclosed. Normal messages aren't added
to a list of collected messages.
|