Summary
ILoggingConvention
Implements the
IConventionBuilder<TBuilder, TConvention, TDelegate>
- Assembly
- Rocket
.Surgery .Extensions .CommandLine .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .CommandLine - Interfaces
- Implementing Types
Syntax
public interface ICommandLineBuilder :
IConventionBuilder<ICommandLineBuilder, ICommandLineConvention, CommandLineConventionDelegate>,
IConventionContainer<ICommandLineBuilder, ICommandLineConvention, CommandLineConventionDelegate>
Attributes
| Type | Description |
|---|---|
| Nullable |
Methods
| Name | Value | Summary |
|---|---|---|
| AddCommand |
Command |
Adds the command.
|
| AddCommand |
Command |
Adds the command.
|
| AddCommand |
Command |
Adds the command.
|
| Build |
ICommandLine |
Builds the specified entry assembly.
|
| OnParse |
ICommandLineBuilder |
Called when [parse].
|
| OnRun |
ICommandLineBuilder |
Called when [run].
|
| OnRun |
ICommandLineBuilder |
Called when [run].
|
| OnRun |
ICommandLineBuilder |
Called when [run].
|
| OnRun |
ICommandLineBuilder |
Called when [run].
|
| OnRunAsync |
ICommandLineBuilder |
Called when [run].
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
