This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.NSwag.
Summary
Fluent extension methods for the
CSharpGeneratorSettings
class.
- Assembly
- Cake
.NSwag .dll - Namespace
- Cake
.NSwag .Settings - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["CSharpGeneratorSettingsExtensions"]
class Type type-node
Syntax
public static class CSharpGeneratorSettingsExtensions
Attributes
Type | Description |
---|---|
Debugger |
Methods
Name | Value | Summary |
---|---|---|
AddNamespace |
C |
Adds an additional namespace usage
static
|
EnableInterfaces |
C |
Enables generating interfaces when generating the client
static
|
SetBaseClass |
C |
Sets the base class for the generated code
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|