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

Interface IRestEndpointAuthoringPolicyRuntimeCatalog

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

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

Exposes behavior-level REST authoring-policy visibility for the current runtime.

public interface IRestEndpointAuthoringPolicyRuntimeCatalog

This surface complements by making authoring-policy intent plus authoring-policy-specific runtime effect readable without reopening grouped publication answers, while also keeping explicitly configured policies visible even when no current REST endpoint candidates match the behavior boundary.

Gets the behavior-level REST authoring-policy answers visible to the current runtime.

IReadOnlyList<RestEndpointAuthoringPolicyDescriptor> Policies { get; }

IReadOnlyList<RestEndpointAuthoringPolicyDescriptor>

Gets one REST authoring-policy answer by behavior identifier.

RestEndpointAuthoringPolicyDescriptor? GetByBehaviorId(string behaviorId)

behaviorId string

The stable behavior identifier to resolve.

RestEndpointAuthoringPolicyDescriptor?

The matching authoring-policy descriptor, or null when it is not present.