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

Class RestEndpointGovernanceSelectionBasisSummaryDescriptor

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll

Describes one grouped selection-basis bucket within a rule-centric REST governance summary.

public sealed class RestEndpointGovernanceSelectionBasisSummaryDescriptor

objectRestEndpointGovernanceSelectionBasisSummaryDescriptor

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

RestEndpointGovernanceSelectionBasisSummaryDescriptor(RestEndpointGovernanceRuleSelectionBasis, IReadOnlyList<string>?)

Section titled “ RestEndpointGovernanceSelectionBasisSummaryDescriptor(RestEndpointGovernanceRuleSelectionBasis, IReadOnlyList<string>?)”

Creates a grouped selection-basis bucket for a rule-centric REST governance summary.

public RestEndpointGovernanceSelectionBasisSummaryDescriptor(RestEndpointGovernanceRuleSelectionBasis selectionBasis, IReadOnlyList<string>? candidateIds = null)

selectionBasis RestEndpointGovernanceRuleSelectionBasis

The decisive specificity basis that selected the winning governance rule for the grouped candidates.

candidateIds IReadOnlyList<string>?

The ordered candidate identifiers that resolved the winning governance rule with this selection basis.

Gets the ordered candidate identifiers that resolved the winning governance rule with this selection basis.

public IReadOnlyList<string> CandidateIds { get; }

IReadOnlyList<string>

Gets the decisive specificity basis that selected the winning governance rule for the grouped candidates.

public RestEndpointGovernanceRuleSelectionBasis SelectionBasis { get; }

RestEndpointGovernanceRuleSelectionBasis