Click or drag to resize
MessageManager Methods

The MessageManager type exposes the following members.

Methods
  NameDescription
Public methodClearCorrectableMessages
Clears the correctable messages.
Public methodClearCorrectableMessages(String)
Clears the correctable messages.
Public methodDispatchLogNodesAsNormalMessages
Dispatches the log nodes from the tree with root rootNode as normal messages.
Public methodDispatchMessage(CorrectableMessage)
Dispatches the message specified. This leads to the message being added to the list of correctable messages.
Public methodDispatchMessage(NormalMessage)
Dispatches the message specified
Public methodDispatchNormalMessage(String, String, Object)
Dispatches a normal message with the values specified
Public methodDispatchNormalMessage(String, String, Boolean, Boolean, Object)
Dispatches a normal message with the values specified
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRaiseGoLocationRequested
Raises the GoLocationRequested event by passing the locationData specified.
Public methodStartTaggingMessagesWithTag
Starts tagging messages with the tag specified.
Public methodStopTaggingMessagesWithTag
Stops tagging messages with the tag specified
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateIgnoredWarningIDs
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.
Top
See Also