Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an object representation for an OData path with additional information about the EDM type and entity set for the path.
Namespace: System.Web.Http.OData.Routing
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
System.Object
System.Web.Http.OData.Routing.ODataPath
[ODataPathParameterBindingAttribute]
public class ODataPath
[ODataPathParameterBindingAttribute]
public ref class ODataPath
[<ODataPathParameterBindingAttribute>]
type ODataPath = class end
<ODataPathParameterBindingAttribute>
Public Class ODataPath
Name | Description | |
---|---|---|
![]() |
ODataPath(IList<ODataPathSegment>) | Initializes a new instance of the ODataPath class. |
![]() |
ODataPath(ODataPathSegment[]) | Initializes a new instance of the ODataPath class. |
Name | Description | |
---|---|---|
![]() |
EdmType | Gets or sets the EDM type of the path. |
![]() |
EntitySet | Gets or sets the entity set of the path. |
![]() |
PathTemplate | Gets the path template describing the types of segments in the path. |
![]() |
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() | (Overrides Object.ToString().) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
System.Web.Http.OData.Routing Namespace
Return to top