ComplexCastPathSegment Class
An ODataPathSegment implementation representing a complex type cast.
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
System.Web.OData.Routing.ODataPathSegmentTemplate
System.Web.OData.Routing.ODataPathSegment
System.Web.OData.Routing.ComplexCastPathSegment
Syntax
public class ComplexCastPathSegment : ODataPathSegment
public ref class ComplexCastPathSegment : ODataPathSegment
type ComplexCastPathSegment =
class
inherit ODataPathSegment
end
Public Class ComplexCastPathSegment
Inherits ODataPathSegment
Constructors
Name | Description | |
---|---|---|
ComplexCastPathSegment(IEdmComplexType) | Initializes a new instance of the ComplexCastPathSegment class. |
|
ComplexCastPathSegment(String) | Initializes a new instance of the ComplexCastPathSegment class. |
Properties
Name | Description | |
---|---|---|
CastType | Gets the type of the cast. |
|
CastTypeName | Gets the name of the cast type. |
|
SegmentKind | Gets the segment kind for the current segment.(Overrides ODataPathSegment.SegmentKind.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetEdmType(IEdmType) | Gets the EDM type for this segment.(Overrides ODataPathSegment.GetEdmType(IEdmType).) |
|
GetHashCode() | (Inherited from Object.) |
|
GetNavigationSource(IEdmNavigationSource) | (Overrides ODataPathSegment.GetNavigationSource(IEdmNavigationSource).) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | Returns a String that represents this instance.(Overrides Object.ToString().) |
|
TryMatch(ODataPathSegment, IDictionary<String, Object>) | (Overrides ODataPathSegmentTemplate.TryMatch(ODataPathSegment, IDictionary<String, 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.OData.Routing Namespace
Return to top