IHaveArgument Interface

Summary

Base for all arguments.
graph BT Type["IHaveArgument"] class Type type-node Implementing0["IHaveArgumentFiles"]-.->Type click Implementing0 "/api/Cake.SevenZip.Arguments/IHaveArgumentFiles" Implementing1["HashCommand"]-.->Type click Implementing1 "/api/Cake.SevenZip.Commands/HashCommand" Implementing2["ListCommand"]-.->Type click Implementing2 "/api/Cake.SevenZip.Commands/ListCommand" Implementing3["TestCommand"]-.->Type click Implementing3 "/api/Cake.SevenZip.Commands/TestCommand" Implementing4["AddCommand"]-.->Type click Implementing4 "/api/Cake.SevenZip.Commands/AddCommand" Implementing5["BaseAddLikeSyntaxCommand"]-.->Type click Implementing5 "/api/Cake.SevenZip.Commands/BaseAddLikeSyntaxCommand" Implementing6["ExtractCommand"]-.->Type click Implementing6 "/api/Cake.SevenZip.Commands/ExtractCommand" Implementing7["DeleteCommand"]-.->Type click Implementing7 "/api/Cake.SevenZip.Commands/DeleteCommand" Implementing8["IHaveArgumentDirectories"]-.->Type click Implementing8 "/api/Cake.SevenZip.Arguments/IHaveArgumentDirectories" Implementing9["UpdateCommand"]-.->Type click Implementing9 "/api/Cake.SevenZip.Commands/UpdateCommand" Implementing10["RenameCommand"]-.->Type click Implementing10 "/api/Cake.SevenZip.Commands/RenameCommand" Implementing11["IHaveArgumentArchive"]-.->Type click Implementing11 "/api/Cake.SevenZip.Arguments/IHaveArgumentArchive"

Syntax

public interface IHaveArgument

Extension Methods

Name Value Summary
Dump<IHaveArgument>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IHaveArgument>(IHaveArgument[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IHaveArgument>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IHaveArgument>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IHaveArgument>(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<IHaveArgument>(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