Class ConsoleExtensions
Extension methods for Console
Inherited Members
Namespace: PayrollEngine.Client
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class ConsoleExtensions
Methods
WriteProperties(object, bool)
Display the function results on the screen
Declaration
public static void WriteProperties(this object source, bool details = true)
Parameters
| Type | Name | Description |
|---|---|---|
| object | source | The object |
| bool | details | Show details |