PropertyAccessPathSegment Class

 

An ODataPathSegment implementation representing a property access.

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

System::Object
  System.Web.OData.Routing::ODataPathSegmentTemplate
    System.Web.OData.Routing::ODataPathSegment
      System.Web.OData.Routing::PropertyAccessPathSegment

public ref class PropertyAccessPathSegment : ODataPathSegment

NameDescription
System_CAPS_pubmethodPropertyAccessPathSegment(IEdmProperty^)

Initializes a new instance of the PropertyAccessPathSegment class.

System_CAPS_pubmethodPropertyAccessPathSegment(String^)

Initializes a new instance of the PropertyAccessPathSegment class.

NameDescription
System_CAPS_pubpropertyProperty

Gets the property property being accessed by this segment.

System_CAPS_pubpropertyPropertyName

Gets the name of the property.

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: