This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.7zip.
Summary
Base for builders that support arguments.
- Assembly
- Cake
.7zip .dll - Namespace
- Cake
.SevenZip .Builder - Implementing Types
graph BT
Type["ISupportArgumentBuilder<T>"]
class Type type-node
Implementing0["TestCommandBuilder"]-.->Type
click Implementing0 "/api/Cake.SevenZip.Builder/TestCommandBuilder"
Implementing1["UpdateCommandBuilder"]-.->Type
click Implementing1 "/api/Cake.SevenZip.Builder/UpdateCommandBuilder"
Implementing2["ExtractCommandBuilder"]-.->Type
click Implementing2 "/api/Cake.SevenZip.Builder/ExtractCommandBuilder"
Implementing3["RenameCommandBuilder"]-.->Type
click Implementing3 "/api/Cake.SevenZip.Builder/RenameCommandBuilder"
Implementing4["HashCommandBuilder"]-.->Type
click Implementing4 "/api/Cake.SevenZip.Builder/HashCommandBuilder"
Implementing5["AddCommandBuilder"]-.->Type
click Implementing5 "/api/Cake.SevenZip.Builder/AddCommandBuilder"
Implementing6["DeleteCommandBuilder"]-.->Type
click Implementing6 "/api/Cake.SevenZip.Builder/DeleteCommandBuilder"
Implementing7["ListCommandBuilder"]-.->Type
click Implementing7 "/api/Cake.SevenZip.Builder/ListCommandBuilder"
Syntax
public interface ISupportArgumentBuilder<out T> where T : IHaveArgument
Attributes
Type | Description |
---|---|
Nullable |
Type Parameters
Name | Description |
---|---|
T | the IHaveArgument supported by this builder. |
Properties
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|