Class NamingSettings
Configurable settings for naming in the client API
public class NamingSettings
- Inheritance
-
NamingSettings
- Inherited Members
Fields
DefaultInterfaceName
public const string DefaultInterfaceName = "ApiClient"
Field Value
Properties
InterfaceName
Gets or sets the name of the Interface. Default is "ApiClient".
public string InterfaceName { get; set; }
Property Value
UseOpenApiTitle
Gets or sets a value indicating whether the OpenApi title should be used. Default is true.
public bool UseOpenApiTitle { get; set; }