ODataPathTemplate Class
Namespace:
System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Return to top
Assembly: System.Web.OData (in System.Web.OData.dll)
| Name | Description | |
|---|---|---|
![]() | ODataPathTemplate(IList<ODataPathSegmentTemplate^>^) | Initializes a new instance of the ODataPath class. |
![]() | ODataPathTemplate(array<ODataPathSegmentTemplate^>^) | Initializes a new instance of the ODataPathTemplate class. |
| Name | Description | |
|---|---|---|
![]() | Segments | Gets the path segments for the OData path. |
| 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. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


