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

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

Private Properties

Свойство Тип Описание

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

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

Initializes a new instance of the ClientTemplateModel class.

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

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

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