ข้ามไปยังเนื้อหา

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 RestEndpointAuthoringPolicySuppressionSummaryDescriptor

objectRestEndpointAuthoringPolicySuppressionSummaryDescriptor

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

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)

kind RestEndpointAuthoringPolicySuppressionKind

The authoring-policy suppression kind summarized by this entry.

candidateIds IReadOnlyList<string>?

The ordered candidate identifiers suppressed by this suppression kind.

Gets the ordered candidate identifiers suppressed by this suppression kind.

public IReadOnlyList<string> CandidateIds { get; }

IReadOnlyList<string>

Gets the authoring-policy suppression kind summarized by this entry.

public RestEndpointAuthoringPolicySuppressionKind Kind { get; }

RestEndpointAuthoringPolicySuppressionKind