ComplexCastPathSegment Constructor
Namespace: System.Web.OData.Routing
Assembly: System.Web.OData (in System.Web.OData.dll)
Overload List
Name | Description | |
---|---|---|
ComplexCastPathSegment(IEdmComplexType) | Initializes a new instance of the ComplexCastPathSegment class. |
|
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
castType
Type: Microsoft.OData.Edm.IEdmComplexTypeThe type of the cast.
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
castTypeName
Type: System.StringName of the cast type.
Return to top