IHaveArgumentArchive Interface

Summary

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

Syntax

public interface IHaveArgumentArchive : IHaveArgument

Properties

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