C# Class NSwag.CodeGeneration.CodeGenerators.CSharp.SwaggerToCSharpGeneratorBase

The CSharp generator base class.
Inheritance: ClientGeneratorBase
Mostrar archivo Open project: NSwag/NSwag

Private Methods

Method Description
GenerateFile ( string clientCode, IEnumerable clientClasses, ClientGeneratorOutputType outputType ) : string
GetExceptionType ( SwaggerOperation operation ) : string
GetResultType ( SwaggerOperation operation ) : string
GetType ( NJsonSchema.JsonSchema4 schema, bool isNullable, string typeNameHint ) : string
SwaggerToCSharpGeneratorBase ( SwaggerDocument document, NSwag.CodeGeneration.CodeGenerators.CSharp.SwaggerToCSharpGeneratorSettings settings, SwaggerToCSharpTypeResolver resolver ) : System