ODataPathTemplate Class
Represents a template for an ODataPath that can be matched to an actual ODataPath.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Routing.ODataPathTemplate
Syntax
public class ODataPathTemplate
public ref class ODataPathTemplate
type ODataPathTemplate = class end
Public Class ODataPathTemplate
Constructors
Name | Description | |
---|---|---|
ODataPathTemplate(IList<ODataPathSegmentTemplate>) | Initializes a new instance of the ODataPath class. |
|
ODataPathTemplate(ODataPathSegmentTemplate[]) | Initializes a new instance of the ODataPathTemplate class. |
Properties
Name | Description | |
---|---|---|
Segments | Gets the path segments for the OData path. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
|
TryMatch(ODataPath, IDictionary<String, Object>) | Matches the current template with an OData path. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.OData.Routing Namespace
Return to top