Class RestEndpointPublicationGroupGovernanceSkippedOverrideSummaryDescriptor
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Describes one grouped host-governance-skipped override-rule outcome within a REST publication-group answer.
public sealed class RestEndpointPublicationGroupGovernanceSkippedOverrideSummaryDescriptorInheritance
Section titled “Inheritance”object ← RestEndpointPublicationGroupGovernanceSkippedOverrideSummaryDescriptor
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”RestEndpointPublicationGroupGovernanceSkippedOverrideSummaryDescriptor(string, IReadOnlyList<string>?)
Section titled “ RestEndpointPublicationGroupGovernanceSkippedOverrideSummaryDescriptor(string, IReadOnlyList<string>?)”Creates a grouped host-governance-skipped override-rule summary.
public RestEndpointPublicationGroupGovernanceSkippedOverrideSummaryDescriptor(string ruleId, IReadOnlyList<string>? candidateIds = null)Parameters
Section titled “Parameters”ruleId string
The stable host-level override-rule identifier summarized by this entry.
candidateIds IReadOnlyList<string>?
The ordered candidate identifiers that this override rule targeted before host governance was skipped.
Properties
Section titled “Properties”CandidateIds
Section titled “ CandidateIds”Gets the ordered candidate identifiers that this override rule targeted before host governance was skipped.
public IReadOnlyList<string> CandidateIds { get; }Property Value
Section titled “Property Value”RuleId
Section titled “ RuleId”Gets the stable host-level override-rule identifier summarized by this entry.
public string RuleId { get; }