Interface ICommandConsole
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface ICommandConsole
Properties
DisplayLevel
Declaration
DisplayLevel DisplayLevel { get; set; }
Property Value
ErrorMode
Declaration
ErrorMode ErrorMode { get; set; }
Property Value
WaitMode
Declaration
WaitMode WaitMode { get; set; }
Property Value
Methods
DisplayErrorLine(string)
Declaration
void DisplayErrorLine(string text = null)
Parameters
| Type |
Name |
Description |
| string |
text |
|
DisplayInfo(string)
Declaration
void DisplayInfo(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
DisplayInfoLine(string)
Declaration
void DisplayInfoLine(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
DisplayNewLine()
Declaration
DisplaySuccessLine(string)
Declaration
void DisplaySuccessLine(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
DisplayText(string)
Declaration
void DisplayText(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
DisplayTextLine(string)
Declaration
void DisplayTextLine(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
DisplayTitleLine(string)
Declaration
void DisplayTitleLine(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
WriteErrorLine(string)
Declaration
void WriteErrorLine(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Extension Methods