Table of Contents

Interface IPartitioningConfiguration

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

Configuration for how operations are partitioned into Refit interfaces.

public interface IPartitioningConfiguration

Properties

GenerateDeprecatedOperations

Gets a value indicating whether to generate deprecated operations.

bool GenerateDeprecatedOperations { get; }

Property Value

bool

IncludePathMatches

Gets the path regex patterns used to filter which endpoints to include.

string[] IncludePathMatches { get; }

Property Value

string[]

IncludeTags

Gets the tags used to filter which endpoints to include.

string[] IncludeTags { get; }

Property Value

string[]

MultipleInterfaces

Gets the strategy for partitioning operations into multiple interfaces.

MultipleInterfaces MultipleInterfaces { get; }

Property Value

MultipleInterfaces

OperationNameGenerator

Gets the NSwag IOperationNameGenerator implementation to use.

OperationNameGeneratorTypes OperationNameGenerator { get; }

Property Value

OperationNameGeneratorTypes

OperationNameTemplate

Gets the template for generating operation names.

string? OperationNameTemplate { get; }

Property Value

string