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 the
TypeScriptGeneratorSettings
class
- Assembly
- Cake
.NSwag .dll - Namespace
- Cake
.NSwag .Settings - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["TypeScriptGeneratorSettingsExtensions"]
class Type type-node
Syntax
public static class TypeScriptGeneratorSettingsExtensions
Attributes
Type | Description |
---|---|
Debugger |
Methods
Name | Value | Summary |
---|---|---|
WithClassName |
Type |
Sets the class name for the genertated client
static
|
WithModuleName |
Type |
Sets the module name for the generated client
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|