Summary
Base for builders that support
BaseOutputCommand<T>
.
- Namespace
- Cake
.SevenZip .Builder - Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["BaseOutputBuilder<TBuilder, TOutput>"]
class Type type-node
Derived0["InformationCommandBuilder"]-->Type
click Derived0 "/Cake.7zip/api/Cake.SevenZip.Builder/InformationCommandBuilder"
Derived1["TestCommandBuilder"]-->Type
click Derived1 "/Cake.7zip/api/Cake.SevenZip.Builder/TestCommandBuilder"
Derived2["HashCommandBuilder"]-->Type
click Derived2 "/Cake.7zip/api/Cake.SevenZip.Builder/HashCommandBuilder"
Derived3["BenchmarkCommandBuilder"]-->Type
click Derived3 "/Cake.7zip/api/Cake.SevenZip.Builder/BenchmarkCommandBuilder"
Derived4["ListCommandBuilder"]-->Type
click Derived4 "/Cake.7zip/api/Cake.SevenZip.Builder/ListCommandBuilder"
Syntax
public abstract class BaseOutputBuilder<TBuilder, TOutput>
where TBuilder : BaseOutputBuilder<TBuilder, TOutput> where TOutput : IOutput
Type Parameters
Name | Description |
---|---|
TBuilder | the command-builder that extends this base-class. Only needed for "nice" fluid-tying. |
TOutput | the output of the BaseOutputCommand<T> supported by this builder. |
Properties
Name | Value | Summary |
---|---|---|
OutputCommand | BaseOutputCommand |
Gets the output command.
|
Methods
Name | Value | Summary |
---|---|---|
WithCommandOutput |
TBuilder |
fluent action to set the output-action of
BaseOutputCommand<T> .
|
WithCommandRawOutput |
TBuilder |
fluent action to set the raw-output of
BaseOutputCommand<T> .
|