This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Electron.Net.
- Assembly
- Cake
.Electron .Net .dll - Namespace
- Cake
.Electron .Net .Contracts - Implementing Types
graph BT
Type["ICommandSettings"]
class Type type-node
Implementing0["ElectronNetAddSettings"]-.->Type
click Implementing0 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetAddSettings"
Implementing1["IBuildCommandSettings"]-.->Type
click Implementing1 "/api/Cake.Electron.Net.Contracts/IBuildCommandSettings"
Implementing2["ElectronNetVersionSettings"]-.->Type
click Implementing2 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetVersionSettings"
Implementing3["IElectronNetInitSettings"]-.->Type
click Implementing3 "/api/Cake.Electron.Net.Contracts/IElectronNetInitSettings"
Implementing4["IElectronNetStartSettings"]-.->Type
click Implementing4 "/api/Cake.Electron.Net.Contracts/IElectronNetStartSettings"
Implementing5["ElectronNetStartSettings"]-.->Type
click Implementing5 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetStartSettings"
Implementing6["ElectronNetBuildSettings"]-.->Type
click Implementing6 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetBuildSettings"
Implementing7["ElectronNetCustomBuildSettings"]-.->Type
click Implementing7 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetCustomBuildSettings"
Implementing8["ElectronNetInitSettings"]-.->Type
click Implementing8 "/api/Cake.Electron.Net.Commands.Settings/ElectronNetInitSettings"
Syntax
public interface ICommandSettings
Properties
Name | Value | Summary |
---|---|---|
WorkingDirectory | string |
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|