OpenApiGenerateSettings Class

Assembly
Cake.CodeGen.OpenAPI.dll
Namespace
Cake.CodeGen.OpenApi
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["OpenApiGenerateSettings"] class Type type-node

Syntax

public class OpenApiGenerateSettings

Constructors

Properties

Name Value Summary
AdditionalProperties Dictionary<string, string>
ApiPackage string
ArtifactId string
ArtifactVersion string
Authorization string
ConfigurationFile FilePath
EnablePostProcessFile bool
GenerateAliasAsModel bool
GitRepository string
GitUser string
GroupId string
HttpUserAgent string
IgnoreFile FilePath
ImportMappings Dictionary<string, string>
InstantiationTypes List<string>
InvokerPackage string
LanguageSpecificPrimitives List<string>
Library string
LogToStandardError bool
MinimalUpdate bool
ModelNamePrefix string
ModelNameSuffix string
ModelPackage string
PackageName string
ReleaseNote string
RemoveOperationIdPrefix bool
ReservedWordsMappings Dictionary<string, string>
SkipOverwrite bool
SkipValidation bool
SystemProperties Dictionary<string, string>
TemplateDirectory DirectoryPath
TemplatingEngine string
TypeMappings Dictionary<string, string>
Verbose bool

Methods

Name Value Summary
AsArguments() ProcessArgumentBuilder

Extension Methods

Name Value Summary
Dump<OpenApiGenerateSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<OpenApiGenerateSettings>(OpenApiGenerateSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<OpenApiGenerateSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<OpenApiGenerateSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<OpenApiGenerateSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<OpenApiGenerateSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin