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 RestEndpointPublicationGroupGovernanceSelectionBasisSummaryDescriptorInheritance
Section titled “Inheritance”object ← RestEndpointPublicationGroupGovernanceSelectionBasisSummaryDescriptor
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”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)Parameters
Section titled “Parameters”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.
Properties
Section titled “Properties”CandidateIds
Section titled “ CandidateIds”Gets the ordered candidate identifiers that resolved the winning governance rule with this selection basis.
public IReadOnlyList<string> CandidateIds { get; }Property Value
Section titled “Property Value”SelectionBasis
Section titled “ SelectionBasis”Gets the decisive specificity basis that selected the winning governance rule for the grouped candidates.
public RestEndpointGovernanceRuleSelectionBasis SelectionBasis { get; }