IHaveArgumentArchive Interface

Summary

Interface for all commands supporting the Archive-Argument.
graph BT Type-.->Interface0["IHaveArgument"] click Interface0 "/api/Cake.SevenZip.Arguments/IHaveArgument" Type["IHaveArgumentArchive"] class Type type-node Implementing0["ListCommand"]-.->Type click Implementing0 "/api/Cake.SevenZip.Commands/ListCommand" Implementing1["TestCommand"]-.->Type click Implementing1 "/api/Cake.SevenZip.Commands/TestCommand" Implementing2["AddCommand"]-.->Type click Implementing2 "/api/Cake.SevenZip.Commands/AddCommand" Implementing3["BaseAddLikeSyntaxCommand"]-.->Type click Implementing3 "/api/Cake.SevenZip.Commands/BaseAddLikeSyntaxCommand" Implementing4["ExtractCommand"]-.->Type click Implementing4 "/api/Cake.SevenZip.Commands/ExtractCommand" Implementing5["DeleteCommand"]-.->Type click Implementing5 "/api/Cake.SevenZip.Commands/DeleteCommand" Implementing6["UpdateCommand"]-.->Type click Implementing6 "/api/Cake.SevenZip.Commands/UpdateCommand" Implementing7["RenameCommand"]-.->Type click Implementing7 "/api/Cake.SevenZip.Commands/RenameCommand"

Syntax

public interface IHaveArgumentArchive : IHaveArgument

Attributes

Type Description
NullableContextAttribute

Properties

Name Value Summary
Archive FilePath
Sets the archive the command operates on.

Extension Methods

Name Value Summary
Dump<IHaveArgumentArchive>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IHaveArgumentArchive>(IHaveArgumentArchive[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IHaveArgumentArchive>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IHaveArgumentArchive>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IHaveArgumentArchive>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<IHaveArgumentArchive>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin