Class BaseCliCommands
The base class which must be derived from for a CliCommands implement
Inheritance
System.Object
BaseCliCommands
Syntax
public abstract class BaseCliCommands : IHelpable, IUserFacingExceptionHandler
Properties
|
Improve this Doc
HelpInvoked
Declaration
public bool HelpInvoked { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
|
Improve this Doc
UserFacingExceptionThrown
Declaration
public bool UserFacingExceptionThrown { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
Methods
|
Improve this Doc
OnHelpInvoked(String)
Declaration
public virtual void OnHelpInvoked(string helpText)
Parameters
| Type |
Name |
Description |
| System.String |
helpText |
|
Implements
|
Improve this Doc
OnUserFacingException(UserFacingException, String)
Declaration
public virtual void OnUserFacingException(UserFacingException e, string message)
Parameters
Implements