ISupportSwitchPassword Interface

Command supports switch -p (set Password) .

The Switch is SwitchPassword.

The Builder is SwitchPasswordBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/cake-test/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchPassword"] 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["ListCommand"]-.->Type click Implementing4 "/cake-test/api/Cake.SevenZip.Commands/ListCommand" Implementing5["TestCommand"]-.->Type click Implementing5 "/cake-test/api/Cake.SevenZip.Commands/TestCommand" Implementing6["DeleteCommand"]-.->Type click Implementing6 "/cake-test/api/Cake.SevenZip.Commands/DeleteCommand"

Syntax

public interface ISupportSwitchPassword : ISupportSwitch

Properties

Name Property Type Summary
Password SwitchPassword
Gets or sets the SwitchPassword.

See Also