C# 클래스 NSwag.CodeGeneration.CodeGenerators.CSharp.Models.ClientTemplateModel

The CSharp client template model.
파일 보기 프로젝트 열기: NSwag/NSwag 1 사용 예제들

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