LocalizedTextProvider Class |
PostSharp.Patterns.Utilities.LocalizedTextProvider
PostSharp.Patterns.Contracts.ContractLocalizedTextProvider
Namespace: PostSharp.Patterns.Utilities
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.8.6.0 (6.8.6.0)
public abstract class LocalizedTextProvider
The LocalizedTextProvider type exposes the following members.
Name | Description | |
---|---|---|
LocalizedTextProvider |
Initializes a new instance of LocalizedTextProvider class.
|
Name | Description | |
---|---|---|
FormatString |
Formats a string. An implementation would typically invoke Format(String, Object[]).
| |
GetMessage |
Gets a message declared by the LocalizedTextProvider or the rest of responsibility chain if applicable.
|