Cauldron.Consoles Namespace |
Class | Description | |
---|---|---|
ConsoleTableColumn |
Reprents a column of the table and the corresponding values
| |
ConsoleUtils |
A collection of console utilities
| |
ExecutionGroupAttribute |
Specifies additional meta data to the execution group class
| |
ParameterAttribute |
Specifies that the property is a parameter
| |
ParameterParser |
Parses the parameters passed to the application
| |
RequiredParametersMissingException |
Represents a error that occured during the parsing. A required parameter has no assigned value.
| |
RequiredValuesMissingException |
Represents a error that occured during the parsing. A parameter with non optional value has no assigned value.
| |
UnknownParameterException |
Represents an error that occured during the parsing. The parser was not able to identify the passed parameter.
|
Interface | Description | |
---|---|---|
IExecutionGroup |
Represents an execution group
|
Enumeration | Description | |
---|---|---|
ColumnAlignment |
Describes how a column content is aligend
|