Class RestEndpointPublicationGroupGovernanceOverrideActionKindSummaryDescriptor
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Describes one grouped override-action bucket within a REST publication-group governance summary.
public sealed class RestEndpointPublicationGroupGovernanceOverrideActionKindSummaryDescriptorInheritance
Section titled “Inheritance”object ← RestEndpointPublicationGroupGovernanceOverrideActionKindSummaryDescriptor
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”RestEndpointPublicationGroupGovernanceOverrideActionKindSummaryDescriptor(RestEndpointOverrideActionKind, IReadOnlyList<string>?)
Section titled “ RestEndpointPublicationGroupGovernanceOverrideActionKindSummaryDescriptor(RestEndpointOverrideActionKind, IReadOnlyList<string>?)”Creates a grouped override-action bucket for a REST publication-group governance summary.
public RestEndpointPublicationGroupGovernanceOverrideActionKindSummaryDescriptor(RestEndpointOverrideActionKind actionKind, IReadOnlyList<string>? candidateIds = null)Parameters
Section titled “Parameters”actionKind RestEndpointOverrideActionKind
The override action dimension represented by this grouped bucket.
candidateIds IReadOnlyList<string>?
The ordered candidate identifiers that selected or materially applied this override action dimension.
Properties
Section titled “Properties”ActionKind
Section titled “ ActionKind”Gets the override action dimension represented by this grouped bucket.
public RestEndpointOverrideActionKind ActionKind { get; }Property Value
Section titled “Property Value”RestEndpointOverrideActionKind
CandidateIds
Section titled “ CandidateIds”Gets the ordered candidate identifiers that selected or materially applied this override action dimension.
public IReadOnlyList<string> CandidateIds { get; }