Summary
Command supports switch -p (set Password) .
The Switch is SwitchPassword
.
The Builder is SwitchPasswordBuilder
.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ISupportSwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchPassword"]
class Type type-node
Implementing0["AddCommand"]-.->Type
click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"
Implementing1["TestCommand"]-.->Type
click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand"
Implementing2["RenameCommand"]-.->Type
click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand"
Implementing3["ListCommand"]-.->Type
click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand"
Implementing4["ExtractCommand"]-.->Type
click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand"
Implementing5["UpdateCommand"]-.->Type
click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand"
Implementing6["DeleteCommand"]-.->Type
click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"
Syntax
public interface ISupportSwitchPassword : ISupportSwitch
Properties
Name | Value | Summary |
---|---|---|
Password | SwitchPassword? |
Gets or sets the SwitchPassword.
|