ODataPathSegmentTemplate 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 template that could match an ODataPathSegment.
public abstract class ODataPathSegmentTemplate
type ODataPathSegmentTemplate = class
Public MustInherit Class ODataPathSegmentTemplate
- Inheritance
-
ODataPathSegmentTemplate
- Derived
Constructors
ODataPathSegmentTemplate() |
Initializes a new instance of the ODataPathSegmentTemplate class. |
Methods
TryMatch(ODataPathSegment, IDictionary<String,Object>) |
Matches the template with an ODataPathSegment. |