ISupportSwitchVolume Interface

Command supports switch -v (Create Volumes).

The Switch is SwitchVolumeCollection.

The Builder is SwitchVolumeBuilder.

Namespace
Cake.SevenZip.Switches
Interfaces
Implementing Types
graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/cake-test/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchVolume"] class Type type-node Implementing0["AddCommand"]-.->Type click Implementing0 "/cake-test/api/Cake.SevenZip.Commands/AddCommand"

Syntax

public interface ISupportSwitchVolume : ISupportSwitch

Properties

Name Property Type Summary
Volumes SwitchVolumeCollection
Gets or sets the SwitchVolumeCollection.

See Also