ComplexCastPathSegment Class

 

An ODataPathSegment implementation representing a complex type cast.

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


public ref class ComplexCastPathSegment : ODataPathSegment

NameDescription
System_CAPS_pubmethodComplexCastPathSegment(IEdmComplexType^)

Initializes a new instance of the ComplexCastPathSegment class.

System_CAPS_pubmethodComplexCastPathSegment(String^)

Initializes a new instance of the ComplexCastPathSegment 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.)

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: