AbstractMsgManager PropertiesCleanCode C# Libraries v1.2.03 API
The AbstractMsgManager type exposes the following members.
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