AutoToolSettings Class

Summary

Base class for tooling that is used for autogeneration of command line arguments.
Assembly
Cake.ProtobufTools.dll
Namespace
Cake.ProtobufTools
Base Types
  • ToolSettings
Derived Types
graph BT Type-->Base0["ToolSettings"] Type["AutoToolSettings"] class Type type-node Derived0["EmptySettings"]-->Type click Derived0 "/api/Cake.ProtobufTools/EmptySettings" Derived1["ProtocSettings"]-->Type click Derived1 "/api/Cake.ProtobufTools/ProtocSettings"

Syntax

public abstract class AutoToolSettings : ToolSettings

Constructors

Name Summary
AutoToolSettings()

Extension Methods

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