Table of Contents

Class NamingSettings

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

Configurable settings for naming in the client API

public class NamingSettings
Inheritance
NamingSettings
Inherited Members

Fields

DefaultInterfaceName

public const string DefaultInterfaceName = "ApiClient"

Field Value

string

Properties

InterfaceName

Gets or sets the name of the Interface. Default is "ApiClient".

public string InterfaceName { get; set; }

Property Value

string

UseOpenApiTitle

Gets or sets a value indicating whether the OpenApi title should be used. Default is true.

public bool UseOpenApiTitle { get; set; }

Property Value

bool