Class RestEndpointAuthoringPolicySuppressionSummaryDescriptor
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Describes one grouped authoring-policy suppression outcome for a rule-centric REST runtime answer.
public sealed class RestEndpointAuthoringPolicySuppressionSummaryDescriptorInheritance
Section titled “Inheritance”object ← RestEndpointAuthoringPolicySuppressionSummaryDescriptor
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”RestEndpointAuthoringPolicySuppressionSummaryDescriptor(RestEndpointAuthoringPolicySuppressionKind, IReadOnlyList<string>?)
Section titled “ RestEndpointAuthoringPolicySuppressionSummaryDescriptor(RestEndpointAuthoringPolicySuppressionKind, IReadOnlyList<string>?)”Creates an authoring-policy suppression summary descriptor.
public RestEndpointAuthoringPolicySuppressionSummaryDescriptor(RestEndpointAuthoringPolicySuppressionKind kind, IReadOnlyList<string>? candidateIds = null)Parameters
Section titled “Parameters”kind RestEndpointAuthoringPolicySuppressionKind
The authoring-policy suppression kind summarized by this entry.
candidateIds IReadOnlyList<string>?
The ordered candidate identifiers suppressed by this suppression kind.
Properties
Section titled “Properties”CandidateIds
Section titled “ CandidateIds”Gets the ordered candidate identifiers suppressed by this suppression kind.
public IReadOnlyList<string> CandidateIds { get; }Property Value
Section titled “Property Value”Gets the authoring-policy suppression kind summarized by this entry.
public RestEndpointAuthoringPolicySuppressionKind Kind { get; }