SwaggerGeneratorSettings Class

graph BT Type-->Base0["GeneratorSettings"] click Base0 "/api/Cake.NSwag.Console.Settings/GeneratorSettings" Base0-->Base1["Object"] Type["SwaggerGeneratorSettings"] class Type type-node

Syntax

public class SwaggerGeneratorSettings : GeneratorSettings

Constructors

Properties

Name Value Summary
ApiDescription string
ApiTitle string
AssemblyPaths IEnumerable<FilePath>
BasePath string
CamelCaseProperties bool
DefaultUrlTemplate string
EnumAsString bool

Extension Methods

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