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["DeleteCommand"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand" Implementing1["ExtractCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand" Implementing2["BaseAddLikeSyntaxCommand"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/BaseAddLikeSyntaxCommand" Implementing3["TestCommand"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand" Implementing4["ListCommand"]-.->Type click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand" Implementing5["RenameCommand"]-.->Type click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand" Implementing6["AddCommand"]-.->Type click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand" Implementing7["UpdateCommand"]-.->Type click Implementing7 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand"

Syntax

public interface IHaveArgumentArchive : IHaveArgument

Properties

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