TypeScriptGeneratorSettingsExtensions Class

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
DebuggerStepThroughAttribute

Methods

Name Value Summary
WithClassName(TypeScriptGeneratorSettings, string) TypeScriptGeneratorSettings
Sets the class name for the genertated client
static
WithModuleName(TypeScriptGeneratorSettings, string) TypeScriptGeneratorSettings
Sets the module name for the generated client
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin