Show / Hide Table of Contents

Class CodeGenOptions

Inheritance
System.Object
CodeGenOptions
Namespace: Stac.Api.CodeGen
Assembly: Stac.Api.CodeGen.dll
Syntax
public class CodeGenOptions : object

Properties

| Improve this Doc View Source

ApiVersion

Declaration
public string ApiVersion { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CSharpClientGeneratorSettings

Declaration
public CSharpClientGeneratorSettings CSharpClientGeneratorSettings { get; set; }
Property Value
Type Description
CSharpClientGeneratorSettings
| Improve this Doc View Source

CSharpControllerGeneratorSettings

Declaration
public CSharpControllerGeneratorSettings CSharpControllerGeneratorSettings { get; set; }
Property Value
Type Description
CSharpControllerGeneratorSettings
| Improve this Doc View Source

Specifications

Declaration
public IDictionary<string, OpenApiSpecification> Specifications { get; set; }
Property Value
Type Description
IDictionary<System.String, OpenApiSpecification>
| Improve this Doc View Source

UrlMappings

Declaration
public IEnumerable<UrlMapping> UrlMappings { get; set; }
Property Value
Type Description
IEnumerable<UrlMapping>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX