Property | Type | Description |
---|
Method | Description | |
---|---|---|
ClientTemplateModel ( string controllerName, string controllerClassName, IList |
Initializes a new instance of the ClientTemplateModel class.
|
public ClientTemplateModel ( string controllerName, string controllerClassName, IList |
||
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. |
return | System.Collections.Generic |