BoundFunctionPathSegment Class

 

An ODataPathSegment implementation representing a bound function invocation.

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::BoundFunctionPathSegment

public ref class BoundFunctionPathSegment : ODataPathSegment

NameDescription
System_CAPS_pubmethodBoundFunctionPathSegment(IEdmFunction^, IEdmModel^, IDictionary<String^, String^>^)

Initializes a new instance of the BoundFunctionPathSegment class.

NameDescription
System_CAPS_pubpropertyFunction

Gets the function being invoked.

System_CAPS_pubpropertyFunctionName

Gets the name of the function.

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: