CastPathSegment Class

 

An ODataPathSegment implementation representing a cast.

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

System::Object
  System.Web.Http.OData.Routing::ODataPathSegment
    System.Web.Http.OData.Routing::CastPathSegment

public ref class CastPathSegment : ODataPathSegment

NameDescription
System_CAPS_pubmethodCastPathSegment(IEdmEntityType^)

Initializes a new instance of the CastPathSegment class.

System_CAPS_pubmethodCastPathSegment(String^)

Initializes a new instance of the CastPathSegment class.

NameDescription
System_CAPS_pubpropertyCastType

Gets the type of the cast.

System_CAPS_pubpropertyCastTypeName

Gets the name of the cast type.

System_CAPS_pubpropertySegmentKind

Gets the segment kind for the current segment. (Overrides ODataPathSegment::SegmentKind.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEdmType(IEdmType^)

Gets the EDM type for this segment. (Overrides ODataPathSegment::GetEdmType(IEdmType^).)

System_CAPS_pubmethodGetEntitySet(IEdmEntitySet^)

Gets the entity set for this segment. (Overrides ODataPathSegment::GetEntitySet(IEdmEntitySet^).)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

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.

Return to top
Show: