CdxCliSettings Class

Assembly
Cake.CycloneDX.dll
Namespace
Cake.CycloneDX.Tools.CdxCli
Base Types
  • ToolSettings
Derived Types
graph BT Type-->Base0["ToolSettings"] Type["CdxCliSettings"] class Type type-node Derived0["CdxCliValidateSettings"]-->Type click Derived0 "/api/Cake.CycloneDX.Tools.CdxCli.Validate/CdxCliValidateSettings" Derived1["CdxCliMergeSettings"]-->Type click Derived1 "/api/Cake.CycloneDX.Tools.CdxCli.Merge/CdxCliMergeSettings"

Syntax

public class CdxCliSettings : ToolSettings

Constructors

Name Summary
CdxCliSettings()

Extension Methods

Name Value Summary
Dump<CdxCliSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<CdxCliSettings>(CdxCliSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<CdxCliSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
NotNull<CdxCliSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
ThrowIfNull<CdxCliSettings>(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<CdxCliSettings>(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