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

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

공개 메소드들

메소드 설명
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