Enum RestEndpointBindingFallbackMode
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Describes a resolved REST request-binding fallback mode when the runtime preserves behavior beyond the explicit binding plan.
[JsonConverter(typeof(JsonStringEnumConverter<RestEndpointBindingFallbackMode>))]public enum RestEndpointBindingFallbackModeExtension Methods
Section titled “Extension Methods”RestEndpointBindingFallbackModeExtensions.GetWireName(RestEndpointBindingFallbackMode)
Fields
Section titled “Fields”PreserveRemainingBodyFallback = 2
Preserves the deterministic remaining request-body fallback surface for unbound properties on body-capable endpoints that still expose an explicit binding plan.
PreserveSourceImplicitFallback = 1
Preserves the remaining implicit fallback surface from the source shorthand projection.