ODataPathTemplate Class
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.
Represents a path template that could contains a list of ODataSegmentTemplate.
public class ODataPathTemplate : System.Collections.Generic.List<Microsoft.AspNetCore.OData.Routing.Template.ODataSegmentTemplate>
type ODataPathTemplate = class
inherit List<ODataSegmentTemplate>
Public Class ODataPathTemplate
Inherits List(Of ODataSegmentTemplate)
- Inheritance
-
ODataPathTemplate
Constructors
ODataPathTemplate(IEnumerable<ODataSegmentTemplate>) |
Initializes a new instance of the ODataPathTemplate class. |
ODataPathTemplate(IList<ODataSegmentTemplate>) |
Initializes a new instance of the ODataPathTemplate class. |
ODataPathTemplate(ODataSegmentTemplate[]) |
Initializes a new instance of the ODataPathTemplate class. |
Methods
GetTemplates(ODataRouteOptions) |
Generates all templates for the given ODataPathTemplate using the given ODataRouteOptions. All templates mean:
|