GeneratorSettings Class

graph BT Type-->Base0["Object"] Type["GeneratorSettings"] class Type type-node Derived0["SwaggerGeneratorSettings"]-->Type click Derived0 "/api/Cake.NSwag.Console.Settings/SwaggerGeneratorSettings" Derived1["CSharpGeneratorSettings"]-->Type click Derived1 "/api/Cake.NSwag.Console.Settings/CSharpGeneratorSettings" Derived2["TypeScriptGeneratorSettings"]-->Type click Derived2 "/api/Cake.NSwag.Console.Settings/TypeScriptGeneratorSettings"

Syntax

public abstract class GeneratorSettings

Constructors

Name Summary
GeneratorSettings()

Extension Methods

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