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.
public class ODataPathTemplate
type ODataPathTemplate = class
Public Class ODataPathTemplate
- Inheritance
-
ODataPathTemplate
Constructors
ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>) |
Initializes a new instance of the ODataPathTemplate class. |
ODataPathTemplate(IList<ODataPathSegmentTemplate>) |
Initializes a new instance of the ODataPath class. |
ODataPathTemplate(ODataPathSegmentTemplate[]) |
Initializes a new instance of the ODataPathTemplate class. |
Properties
Segments |
Gets the path segments for the OData path. |
Methods
TryMatch(ODataPath, IDictionary<String,Object>) |
Matches the current template with an OData path. |