ICommandSettings Interface

graph BT Type["ICommandSettings"] class Type type-node Implementing0["ElectronNetStartSettings"]-.->Type click Implementing0 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetStartSettings" Implementing1["ElectronNetInitSettings"]-.->Type click Implementing1 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetInitSettings" Implementing2["IElectronNetInitSettings"]-.->Type click Implementing2 "/api/Cake.Electron.Net.Contracts/IElectronNetInitSettings" Implementing3["IBuildCommandSettings"]-.->Type click Implementing3 "/api/Cake.Electron.Net.Contracts/IBuildCommandSettings" Implementing4["IElectronNetStartSettings"]-.->Type click Implementing4 "/api/Cake.Electron.Net.Contracts/IElectronNetStartSettings" Implementing5["ElectronNetBuildSettings"]-.->Type click Implementing5 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetBuildSettings" Implementing6["ElectronNetVersionSettings"]-.->Type click Implementing6 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetVersionSettings" Implementing7["ElectronNetCustomBuildSettings"]-.->Type click Implementing7 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetCustomBuildSettings" Implementing8["ElectronNetAddSettings"]-.->Type click Implementing8 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetAddSettings"

Syntax

public interface ICommandSettings

Properties

Name Value Summary
WorkingDirectory string

Extension Methods

Name Value Summary
Dump<ICommandSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ICommandSettings>(ICommandSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ICommandSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ICommandSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ICommandSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ICommandSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin