PropertyAccessPathSegment Class
An ODataPathSegment implementation representing a property access.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
System.Web.Http.OData.Routing::ODataPathSegment
System.Web.Http.OData.Routing::PropertyAccessPathSegment
| Name | Description | |
|---|---|---|
![]() | PropertyAccessPathSegment(IEdmProperty^) | Initializes a new instance of the PropertyAccessPathSegment class. |
![]() | PropertyAccessPathSegment(String^) | Initializes a new instance of the PropertyAccessPathSegment class. |
| Name | Description | |
|---|---|---|
![]() | Property | Gets the property property being accessed by this segment. |
![]() | PropertyName | Gets the name of the property. |
![]() | SegmentKind | Gets the segment kind for the current segment.(Overrides ODataPathSegment::SegmentKind.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEdmType(IEdmType^) | Gets the EDM type for this segment.(Overrides ODataPathSegment::GetEdmType(IEdmType^).) |
![]() | GetEntitySet(IEdmEntitySet^) | Gets the entity set for this segment.(Overrides ODataPathSegment::GetEntitySet(IEdmEntitySet^).) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns a String that represents this instance.(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.


