ODataKeySegment.GetPathItemName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the path item name for this segment.
public override string GetPathItemName(Microsoft.OpenApi.OData.OpenApiConvertSettings settings, System.Collections.Generic.HashSet<string> parameters);
override this.GetPathItemName : Microsoft.OpenApi.OData.OpenApiConvertSettings * System.Collections.Generic.HashSet<string> -> string
Public Overrides Function GetPathItemName (settings As OpenApiConvertSettings, parameters As HashSet(Of String)) As String
Parameters
- settings
- OpenApiConvertSettings
The settings.
Returns
The path item name.