LibManRestoreSettings Class

Summary

Contains settings used by LibManRestoreTool
Assembly
Cake.LibMan.dll
Namespace
Cake.LibMan.Restore
Base Types
graph BT Type-->Base0["LibManSettings"] click Base0 "/api/Cake.LibMan/LibManSettings" Base0-->Base1["ToolSettings"] Type["LibManRestoreSettings"] class Type type-node

Syntax

public class LibManRestoreSettings : LibManSettings

Constructors

Name Summary
LibManRestoreSettings() Initializes a new instance of the LibManRestoreSettings class.

Properties

Name Value Summary
Command string
Gets the command which should be run.
Inherited from LibManSettings
RedirectStandardError bool
Gets or sets the process option to redirect standard error
Inherited from LibManSettings
RedirectStandardOutput bool
Gets or sets the process option to redirect standard output
Inherited from LibManSettings
Verbosity LibManVerbosity
Gets or sets the verbosity level which should be used to run the libman command.
Inherited from LibManSettings

Methods

Name Value Summary
EvaluateCore(ProcessArgumentBuilder) void
Evaluates the settings and writes them to args.
Inherited from LibManSettings

Extension Methods

Name Value Summary
Dump<LibManRestoreSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
FromPath(DirectoryPath) LibManSettings
Sets the working directory which should be used to run the libman command.
Requires the Cake.LibMan addin
IsIn<LibManRestoreSettings>(LibManRestoreSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<LibManRestoreSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<LibManRestoreSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<LibManRestoreSettings>(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<LibManRestoreSettings>(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
WithVerbosity(LibManVerbosity) LibManSettings
Sets the verbosity level which should be used to run the libman command.
Requires the Cake.LibMan addin