Table of Contents

Enum PropertyNamingPolicy

Namespace
Refitter.Core
Assembly
Refitter.Core.dll

Controls how generated contract property names are emitted.

public enum PropertyNamingPolicy

Fields

PascalCase = 0

Convert OpenAPI property names to PascalCase C# property names.

PreserveOriginal = 1

Preserve the original OpenAPI property name when possible and minimally sanitize invalid C# identifiers.