ODataPathSegment Class
Provides an object representation for an OData path segment 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)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Routing.ODataPathSegment
System.Web.Http.OData.Routing.ActionPathSegment
System.Web.Http.OData.Routing.BatchPathSegment
System.Web.Http.OData.Routing.CastPathSegment
System.Web.Http.OData.Routing.EntitySetPathSegment
System.Web.Http.OData.Routing.KeyValuePathSegment
System.Web.Http.OData.Routing.LinksPathSegment
System.Web.Http.OData.Routing.MetadataPathSegment
System.Web.Http.OData.Routing.NavigationPathSegment
System.Web.Http.OData.Routing.PropertyAccessPathSegment
System.Web.Http.OData.Routing.UnresolvedPathSegment
System.Web.Http.OData.Routing.ValuePathSegment
Syntax
public abstract class ODataPathSegment
public ref class ODataPathSegment abstract
[<AbstractClass>]
type ODataPathSegment = class end
Public MustInherit Class ODataPathSegment
Constructors
Name | Description | |
---|---|---|
ODataPathSegment() | Initializes a new instance of the ODataPathSegment class. |
Properties
Name | Description | |
---|---|---|
SegmentKind | Gets the segment kind for the current segment. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEdmType(IEdmType) | Gets the EDM type for this segment. |
|
GetEntitySet(IEdmEntitySet) | Gets the entity set for this segment. |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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.Http.OData.Routing Namespace
Return to top