TypeScriptGeneratorSettingsExtensions.

WithClassName(TypeScriptGeneratorSettings, string) Method

Summary

Sets the class name for the genertated client

Syntax

public static TypeScriptGeneratorSettings WithClassName(this TypeScriptGeneratorSettings settings, string className)

Parameters

Name Type Description
settings TypeScriptGeneratorSettings The settings
className string A valid TypeScript class name for the generated client

Return Value

Type Description
TypeScriptGeneratorSettings The updated settings object