AbstractMsgManager MembersCleanCode C# Libraries v1.2.03 API

The AbstractMsgManager type exposes the following members.
Constructors

  NameDescription
Protected methodAbstractMsgManager
Initializes a new instance of the AbstractMsgManager class
Back to Top
Methods

  NameDescription
Public methodAddSeparator
Adds a separator line to the Control (Separator).
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodError
Displays the specified value in the message container and its history list, with an error prefix (ErrorPrefix).
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodMessage(String)
Displays the specified value in the message container.
Public methodMessage(String, String)
Displays the specified value and prefix in the message container.
Protected methodProcessMessage(String, String)
Processes the message into the target Control.
Protected methodProcessMessage(String, String, String)
Processes the message into the target Control.
Protected methodProcessQueuedMessages
Processes the queued messages.
Public methodStartQueuing
Starts queuing.
Public methodStopQueuing
Stops queuing.
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Public methodWarning
Displays the specified value in the message container and its history list, with a warning prefix (WarningPrefix).
Back to Top
Properties

  NameDescription
Public propertyErrorPrefix
Gets or sets the error prefix.
Public propertyMaxLength
Gets or sets the maximum length of a message.
Public propertyRefresher
Provides a hook for subclasses to refresh the calling Form's display. Note that defining this is optional in the abstract class; it may or may not be required in an instantiated subclass.
Public propertySeparator
Gets or sets the separator string.
Public propertyWarningPrefix
Gets or sets the warning prefix.
Back to Top
See Also