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

Class RestEndpointPublicationGroupGovernanceSelectionBasisSummaryDescriptor

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

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

Describes one grouped selection-basis bucket within a REST publication-group governance summary.

public sealed class RestEndpointPublicationGroupGovernanceSelectionBasisSummaryDescriptor

objectRestEndpointPublicationGroupGovernanceSelectionBasisSummaryDescriptor

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

RestEndpointPublicationGroupGovernanceSelectionBasisSummaryDescriptor(RestEndpointGovernanceRuleSelectionBasis, IReadOnlyList<string>?)

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

Creates a grouped selection-basis bucket for a REST publication-group governance summary.

public RestEndpointPublicationGroupGovernanceSelectionBasisSummaryDescriptor(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