Class CommandContext
Inheritance
CommandContext
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class CommandContext
Constructors
CommandContext(CommandManager, ICommandConsole, ILogger, PayrollHttpClient, DisplayLevel)
Declaration
public CommandContext(CommandManager commandManager, ICommandConsole console, ILogger logger = null, PayrollHttpClient httpClient = null, DisplayLevel displayLevel = DisplayLevel.Full)
Parameters
Properties
CommandManager
Declaration
public CommandManager CommandManager { get; }
Property Value
Console
Declaration
public ICommandConsole Console { get; }
Property Value
DisplayLevel
Declaration
public DisplayLevel DisplayLevel { get; }
Property Value
HttpClient
Declaration
public PayrollHttpClient HttpClient { get; }
Property Value
Logger
Declaration
public ILogger Logger { get; }
Property Value
Extension Methods