ISupportSwitchUpdateOptions Interface

Summary

Command supports switch -u (Update options).

The Switch is SwitchUpdateOptions.

The Builder is SwitchUpdateOptionsBuilder.

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

Syntax

public interface ISupportSwitchUpdateOptions : ISupportSwitch

Properties

Name Value Summary
UpdateOptions SwitchUpdateOptions?
Gets or sets the SwitchUpdateOptions.

See Also

GitHub Discussion