ComplexCastPathSegment Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod ComplexCastPathSegment(IEdmComplexType)

Initializes a new instance of the ComplexCastPathSegment class.

System_CAPS_pubmethod ComplexCastPathSegment(String)

Initializes a new instance of the ComplexCastPathSegment class.

See Also

ComplexCastPathSegment Class
System.Web.OData.Routing Namespace

Return to top

ComplexCastPathSegment Constructor (IEdmComplexType)

Initializes a new instance of the ComplexCastPathSegment class.

Syntax

public ComplexCastPathSegment(
    IEdmComplexType castType
)
public:
ComplexCastPathSegment(
    IEdmComplexType^ castType
)
new : 
        castType:IEdmComplexType -> ComplexCastPathSegment
Public Sub New (
    castType As IEdmComplexType
)

Parameters

Return to top

ComplexCastPathSegment Constructor (String)

Initializes a new instance of the ComplexCastPathSegment class.

Syntax

public ComplexCastPathSegment(
    string castTypeName
)
public:
ComplexCastPathSegment(
    String^ castTypeName
)
new : 
        castTypeName:string -> ComplexCastPathSegment
Public Sub New (
    castTypeName As String
)

Parameters

Return to top