Enum HumlKnownNamingPolicy

Namespace
Huml
Assembly
Huml.Net.dll

Identifies a built-in naming policy to apply to the annotated property via [HumlNamingPolicy]. Used with HumlNamingPolicyAttribute to select a per-member key conversion without referencing HumlNamingPolicy singleton instances directly.

public enum HumlKnownNamingPolicy

Fields

CamelCase = 1

Converts property names to camelCase.

KebabCase = 3

Converts property names to kebab-case.

PascalCase = 4

Converts property names to PascalCase.

SnakeCase = 2

Converts property names to snake_case.

Unspecified = 0

No per-member policy; defers to the global PropertyNamingPolicy.