Summary
ILoggingConvention
Implements the
IConventionBuilder<TBuilder, TConvention, TDelegate>
- Assembly
- Rocket
.Surgery .Extensions .CommandLine .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .CommandLine - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["IConventionBuilder<ICommandLineBuilder, ICommandLineConvention, CommandLineConventionDelegate>"]
Type-.->Interface1["IConventionContainer<ICommandLineBuilder, ICommandLineConvention, CommandLineConventionDelegate>"]
Type["ICommandLineBuilder"]
class Type type-node
Implementing0["CommandLineBuilder"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Extensions.CommandLine/CommandLineBuilder"
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.
|