Interface IRestEndpointAuthoringPolicyRuntimeCatalog
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Transports
Assembly: Cephalon.Abstractions.dll
Exposes behavior-level REST authoring-policy visibility for the current runtime.
public interface IRestEndpointAuthoringPolicyRuntimeCatalogRemarks
Section titled “Remarks”This surface complements
Properties
Section titled “Properties”Policies
Section titled “ Policies”Gets the behavior-level REST authoring-policy answers visible to the current runtime.
IReadOnlyList<RestEndpointAuthoringPolicyDescriptor> Policies { get; }Property Value
Section titled “Property Value”IReadOnlyList<RestEndpointAuthoringPolicyDescriptor>
Methods
Section titled “Methods”GetByBehaviorId(string)
Section titled “ GetByBehaviorId(string)”Gets one REST authoring-policy answer by behavior identifier.
RestEndpointAuthoringPolicyDescriptor? GetByBehaviorId(string behaviorId)Parameters
Section titled “Parameters”behaviorId string
The stable behavior identifier to resolve.
Returns
Section titled “Returns”RestEndpointAuthoringPolicyDescriptor?
The matching authoring-policy descriptor, or null when it is not present.