ODataPath Class

 

Provides an object representation for an OData path with additional information about the EDM type and entity set for the path.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData.Routing::ODataPath

[ODataPathParameterBindingAttribute]
public ref class ODataPath 

NameDescription
System_CAPS_pubmethodODataPath(IList<ODataPathSegment^>^)

Initializes a new instance of the ODataPath class.

System_CAPS_pubmethodODataPath(array<ODataPathSegment^>^)

Initializes a new instance of the ODataPath class.

NameDescription
System_CAPS_pubpropertyEdmType

Gets or sets the EDM type of the path.

System_CAPS_pubpropertyNavigationSource

Gets or sets the navigation source of the path.

System_CAPS_pubpropertyPathTemplate

Gets the path template describing the types of segments in the path.

System_CAPS_pubpropertySegments

Gets the path segments for the OData path.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: