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 = 1Converts property names to
camelCase.KebabCase = 3Converts property names to
kebab-case.PascalCase = 4Converts property names to
PascalCase.SnakeCase = 2Converts property names to
snake_case.Unspecified = 0No per-member policy; defers to the global PropertyNamingPolicy.