MessageDispenser Class |
Provides a base implementation of IMessageDispenser
where the message key is supposed to be in format PRE0000, where
PRE is a prefix and 0000 is an integer. Keys for help URLs
have the format PRE0000?.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract class MessageDispenser : IMessageDispenser
The MessageDispenser type exposes the following members.
Name | Description | |
---|---|---|
MessageDispenser |
Initializes a new MessageDispenser.
|
Name | Description | |
---|---|---|
Prefix |
Gets the message prefix.
|
Name | Description | |
---|---|---|
GetHelpUrl |
Gets the message help URL of a given number.
| |
GetMessage(Int32) |
Gets the message text of a given number.
| |
GetMessage(String) |
Gets a message text given a message key.
|