Class OpenApiSpecification
Inheritance
System.Object
OpenApiSpecification
Assembly: Stac.Api.CodeGen.dll
Syntax
public class OpenApiSpecification : object
Constructors
|
Improve this Doc
View Source
OpenApiSpecification()
Declaration
public OpenApiSpecification()
Properties
|
Improve this Doc
View Source
ClientClassName
Declaration
public string ClientClassName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ClientNamespace
Declaration
public string ClientNamespace { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ClientOutputFilePath
Declaration
public string ClientOutputFilePath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ControllerClassName
Declaration
public string ControllerClassName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ControllerNamespace
Declaration
public string ControllerNamespace { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ControllerOutputFilePath
Declaration
public string ControllerOutputFilePath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ExcludedOperations
Declaration
public ICollection<string> ExcludedOperations { get; set; }
Property Value
| Type |
Description |
| ICollection<System.String> |
|
|
Improve this Doc
View Source
ExcludedSchemas
Declaration
public ICollection<string> ExcludedSchemas { get; set; }
Property Value
| Type |
Description |
| ICollection<System.String> |
|
|
Improve this Doc
View Source
ExcludedTypeNames
Declaration
public ICollection<string> ExcludedTypeNames { get; set; }
Property Value
| Type |
Description |
| ICollection<System.String> |
|
|
Improve this Doc
View Source
File
Declaration
public string File { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
OpenApiPath
Declaration
public string OpenApiPath { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
TypeNamesMapping
Declaration
public IDictionary<string, string> TypeNamesMapping { get; set; }
Property Value
| Type |
Description |
| IDictionary<System.String, System.String> |
|
|
Improve this Doc
View Source
Url
Declaration
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|