PropertyAccessPathSegment Constructor

 

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

Overload List

Name Description
System_CAPS_pubmethod PropertyAccessPathSegment(IEdmProperty)

Initializes a new instance of the PropertyAccessPathSegment class.

System_CAPS_pubmethod PropertyAccessPathSegment(String)

Initializes a new instance of the PropertyAccessPathSegment class.

See Also

PropertyAccessPathSegment Class
System.Web.Http.OData.Routing Namespace

Return to top

PropertyAccessPathSegment Constructor (IEdmProperty)

Initializes a new instance of the PropertyAccessPathSegment class.

Syntax

public PropertyAccessPathSegment(
    IEdmProperty property
)
public:
PropertyAccessPathSegment(
    IEdmProperty^ property
)
new : 
        property:IEdmProperty -> PropertyAccessPathSegment
Public Sub New (
    property As IEdmProperty
)

Parameters

Return to top

PropertyAccessPathSegment Constructor (String)

Initializes a new instance of the PropertyAccessPathSegment class.

Syntax

public PropertyAccessPathSegment(
    string propertyName
)
public:
PropertyAccessPathSegment(
    String^ propertyName
)
new : 
        propertyName:string -> PropertyAccessPathSegment
Public Sub New (
    propertyName As String
)

Parameters

Return to top