Table of Contents

Interface IOutputConfiguration

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

Configuration for where generated output files are placed.

public interface IOutputConfiguration

Properties

AddAutoGeneratedHeader

Gets or sets a value indicating whether to add auto-generated header.

bool AddAutoGeneratedHeader { get; }

Property Value

bool

ContractsOutputFolder

Gets or sets the relative path to a folder where to store the generated contracts. (default: ./Generated)

string? ContractsOutputFolder { get; }

Property Value

string

GenerateMultipleFiles

Gets or sets a value indicating whether to generate multiple files.

bool GenerateMultipleFiles { get; }

Property Value

bool

OutputFilename

Gets or sets the filename of the generated code.

string? OutputFilename { get; }

Property Value

string

OutputFolder

Gets or sets the relative path to a folder in which the output files are generated. (default: ./Generated)

string OutputFolder { get; }

Property Value

string