ISupportSwitchCompressionMethod Interface

Command supports switch -m (Set compression Method).

The Switch is SwitchCompressionMethod.

The Builder is SwitchCompressionMethodBuilder.

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

Syntax

public interface ISupportSwitchCompressionMethod : ISupportSwitch

Properties

Name Property Type Summary
CompressionMethod SwitchCompressionMethod
Gets or sets the compression method.