BaseBoolSwitch Class

Summary

BaseClass for simple boolean switches.
graph BT Type-->Base0["object"] Type-.->Interface0["ISwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISwitch" Type["BaseBoolSwitch"] class Type type-node Derived0["SwitchCompressFilesOpenForWriting"]-->Type click Derived0 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchCompressFilesOpenForWriting" Derived1["SwitchNtfsAlternateStreams"]-->Type click Derived1 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchNtfsAlternateStreams" Derived2["SwitchDeleteAfterCompression"]-->Type click Derived2 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchDeleteAfterCompression" Derived3["SwitchSetTimestampFromMostRecentFile"]-->Type click Derived3 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchSetTimestampFromMostRecentFile" Derived4["SwitchShowTechnicalInformation"]-->Type click Derived4 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchShowTechnicalInformation" Derived5["SwitchNtSecurityInformation"]-->Type click Derived5 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchNtSecurityInformation" Derived6["SwitchDisableParsingOfArchiveName"]-->Type click Derived6 "/Cake.7zip/api/Cake.SevenZip.Switches/SwitchDisableParsingOfArchiveName"

Syntax

public class BaseBoolSwitch : ISwitch

Constructors

Name Summary
BaseBoolSwitch(string, bool) Initializes a new instance of the BaseBoolSwitch class.

Methods

Name Value Summary
BuildArguments(ProcessArgumentBuilder) void
Builds the arguments using the builder.

See Also

GitHub Discussion