Enum RestEndpointCandidateStatus
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Describes whether a REST endpoint candidate is published or suppressed in the active runtime.
[JsonConverter(typeof(JsonStringEnumConverter<RestEndpointCandidateStatus>))]public enum RestEndpointCandidateStatusExtension Methods
Section titled “Extension Methods”RestEndpointCandidateStatusExtensions.GetWireName(RestEndpointCandidateStatus)
Fields
Section titled “Fields”Published = 1
The candidate is published into the active public REST surface.
Suppressed = 2
The candidate was considered but suppressed from the active public REST surface.
Unspecified = 0
The candidate has not been classified.