Class ConsoleToolBase
Inheritance
ConsoleToolBase
Assembly: PayrollEngine.Client.Core.dll
public abstract class ConsoleToolBase
Constructors
Declaration
protected ConsoleToolBase()
Properties
Declaration
public static ConsoleColor ErrorColor { get; set; }
Property Value
Declaration
public static int ExitCode { get; set; }
Property Value
Declaration
public static ConsoleColor ForegroundColor { get; set; }
Property Value
Declaration
public static ConsoleColor InfoColor { get; set; }
Property Value
Declaration
public static ConsoleColor SuccessColor { get; set; }
Property Value
Declaration
public static ConsoleColor TitleColor { get; set; }
Property Value
Methods
Declaration
public static void PressAnyKey()
Declaration
Returns
Declaration
public static void Write(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Declaration
public static void WriteColor(string text, ConsoleColor color)
Parameters
Declaration
public static void WriteColorLine(string text, ConsoleColor color)
Parameters
Declaration
public static void WriteError(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Declaration
public static void WriteErrorLine(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Declaration
public static void WriteInfo(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Declaration
public static void WriteInfoLine(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Declaration
public static void WriteLine(string text = null)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Declaration
public static void WriteSuccess(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Declaration
public static void WriteSuccessLine(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Declaration
public static void WriteTitle(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Declaration
public static void WriteTitleLine(string text)
Parameters
| Type |
Name |
Description |
| string |
text |
|
Extension Methods