ICommandSettings Interface

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

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
ToStringWithNullMarkup() string
Returns the string value or a Not set> markup suitable for Spectre.Console.
Requires the Cake.Issues addin