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