C# Class NSwag.CodeGeneration.CodeGenerators.Models.ParameterModel

The parameter template model.
ファイルを表示 Open project: NSwag/NSwag

Public Methods

Method Description
ParameterModel ( string typeName, SwaggerOperation operation, SwaggerParameter parameter, string parameterName, string variableName, CodeGeneratorSettingsBase settings, ClientGeneratorBase clientGeneratorBase ) : System.Linq

Initializes a new instance of the ParameterModel class.

Method Details

ParameterModel() public method

Initializes a new instance of the ParameterModel class.
public ParameterModel ( string typeName, SwaggerOperation operation, SwaggerParameter parameter, string parameterName, string variableName, CodeGeneratorSettingsBase settings, ClientGeneratorBase clientGeneratorBase ) : System.Linq
typeName string The type name.
operation SwaggerOperation The operation.
parameter SwaggerParameter The parameter.
parameterName string Name of the parameter.
variableName string Name of the variable.
settings CodeGeneratorSettingsBase The settings.
clientGeneratorBase ClientGeneratorBase The client generator base.
return System.Linq