Interface IActivityHelpDisplay
- Namespace
- Songhay.Abstractions
- Assembly
- SonghayCore.dll
Adds optional help-display text support to IActivity*
types.
public interface IActivityHelpDisplay
- Extension Methods
Properties
CachedHelpText
The cached help text.
string? CachedHelpText { get; set; }
Property Value
Remarks
Instead of calling ToHelpDisplayText(IConfiguration?, int) more than once, return this member.
Methods
DisplayHelp()
Display the help text.
string DisplayHelp()