ISupportSwitchCompressionMethod Interface

Summary

Command supports switch -m (Set compression Method).

The Switch is SwitchCompressionMethod.

The Builder is SwitchCompressionMethodBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchCompressionMethod"] class Type type-node Implementing0["ExtractCommand"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand" Implementing1["UpdateCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand" Implementing2["RenameCommand"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand" Implementing3["HashCommand"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand" Implementing4["AddCommand"]-.->Type click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand" Implementing5["DeleteCommand"]-.->Type click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"

Syntax

public interface ISupportSwitchCompressionMethod : ISupportSwitch

Properties

Name Value Summary
CompressionMethod SwitchCompressionMethod?
Gets or sets the compression method.
GitHub Discussion