Class RestEndpointPublicationGroupAuthoringPolicySuppressionDescriptor
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Describes one grouped authoring-policy suppression outcome within a REST publication-group answer.
public sealed class RestEndpointPublicationGroupAuthoringPolicySuppressionDescriptorInheritance
Section titled “Inheritance”object ← RestEndpointPublicationGroupAuthoringPolicySuppressionDescriptor
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”RestEndpointPublicationGroupAuthoringPolicySuppressionDescriptor(RestEndpointAuthoringPolicySuppressionKind, IReadOnlyList<string>?)
Section titled “ RestEndpointPublicationGroupAuthoringPolicySuppressionDescriptor(RestEndpointAuthoringPolicySuppressionKind, IReadOnlyList<string>?)”Creates a grouped authoring-policy suppression descriptor.
public RestEndpointPublicationGroupAuthoringPolicySuppressionDescriptor(RestEndpointAuthoringPolicySuppressionKind kind, IReadOnlyList<string>? candidateIds = null)Parameters
Section titled “Parameters”kind RestEndpointAuthoringPolicySuppressionKind
The authoring-policy suppression kind summarized by this entry.
candidateIds IReadOnlyList<string>?
The ordered candidate identifiers suppressed by this suppression kind.
Properties
Section titled “Properties”CandidateIds
Section titled “ CandidateIds”Gets the ordered candidate identifiers suppressed by this suppression kind.
public IReadOnlyList<string> CandidateIds { get; }Property Value
Section titled “Property Value”Gets the authoring-policy suppression kind summarized by this entry.
public RestEndpointAuthoringPolicySuppressionKind Kind { get; }