Click or drag to resize
NormalMessage Class
Class which represents a normal message
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.MessageReportingMessage
    SD.LLBLGen.Pro.ApplicationCore.MessageReportingNormalMessage

Namespace:  SD.LLBLGen.Pro.ApplicationCore.MessageReporting
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public class NormalMessage : Message

The NormalMessage type exposes the following members.

Constructors
  NameDescription
Public methodNormalMessage
Initializes a new instance of the NormalMessage class.
Top
Properties
  NameDescription
Public propertyContainsErrorInformation
Gets or sets a value indicating whether the message contains error information. A display method can use this flag to display the text in a different fashion.
Public propertyCreatedOn
Gets the creation date/time
(Inherited from Message.)
Public propertyIsVerboseInformation
Gets or sets a value indicating whether this message contains verbose information. A display method can use this flag to ignore the message if verbose information logging is switched off.
Public propertyMessageText
Gets the message text
(Inherited from Message.)
Public propertySource
Gets the source of the message
(Inherited from Message.)
Public propertyTagCount
Gets the tag count.
(Inherited from Message.)
Public propertyTypeOfMessage
Gets the type of the message.
(Inherited from Message.)
Public propertyTypeOfMessageAsInt
Gets the integer value of TypeOfMessage. For databinding.
(Inherited from Message.)
Top
Methods
  NameDescription
Public methodAddTag
Adds the tag specified to this message.
(Inherited from Message.)
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.)
Public methodHasTags
Determines whether this message has any of the specified tags assigned to it.
(Inherited from Message.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnHandled
Raises the Handled event
(Inherited from Message.)
Protected methodOnPropertyChanged
Called when a property changed which was worth a notification
(Inherited from Message.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from Message.)
Top
See Also