MessageManager Methods |
The MessageManager type exposes the following members.
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.
|