ODataPath Class
Provides an object representation for an OData path with additional information about the EDM type and entity set for the path.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | ODataPath(IList<ODataPathSegment^>^) | Initializes a new instance of the ODataPath class. |
![]() | ODataPath(array<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.
Show:


