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

Syntax

public class BaseBoolSwitch : ISwitch

Constructors

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

Methods

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

See Also