C# Класс NSwag.CodeGeneration.CodeGenerators.TypeScript.Models.ClientTemplateModel

The TypeScript client template model.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ClientTemplateModel ( string controllerClassName, IList operations, SwaggerDocument document, SwaggerToTypeScriptClientGeneratorSettings settings ) : System.Collections.Generic

Initializes a new instance of the ClientTemplateModel class.

Описание методов

ClientTemplateModel() публичный Метод

Initializes a new instance of the ClientTemplateModel class.
public ClientTemplateModel ( string controllerClassName, IList operations, SwaggerDocument document, SwaggerToTypeScriptClientGeneratorSettings settings ) : System.Collections.Generic
controllerClassName string Name of the controller.
operations IList The operations.
document SwaggerDocument The Swagger document.
settings SwaggerToTypeScriptClientGeneratorSettings The settings.
Результат System.Collections.Generic