Lean
$LEAN_TAG$
|
Provides user-facing messages for the Commands.FileCommandHandler class and its consumers or related classes More...
Static Public Member Functions | |
static string | ReadingCommandFile (string commandFilePath) |
Returns a string message saying the given commandFilePath is being read More... | |
static string | CommandFileDoesNotExist (string commandFilePath) |
Returns a string message saying the given commandFilePath does not exists More... | |
Static Public Attributes | |
static string | NullOrEmptyCommandId = "Command Id is null or empty, will skip writing result file" |
Returns a string message saying: Command Id is null or empty, will skip writing result file More... | |
Provides user-facing messages for the Commands.FileCommandHandler class and its consumers or related classes
Definition at line 58 of file Messages.Commands.cs.
|
static |
Returns a string message saying the given commandFilePath is being read
Definition at line 69 of file Messages.Commands.cs.
|
static |
Returns a string message saying the given commandFilePath does not exists
Definition at line 78 of file Messages.Commands.cs.
|
static |
Returns a string message saying: Command Id is null or empty, will skip writing result file
Definition at line 63 of file Messages.Commands.cs.