ODataPathSegmentTemplate Class

 

Represents a template that could match an ODataPathSegment.

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


public ref class ODataPathSegmentTemplate abstract 

NameDescription
System_CAPS_protmethodODataPathSegmentTemplate()

Initializes a new instance of the ODataPathSegmentTemplate class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryMatch(ODataPathSegment^, IDictionary<String^, Object^>^)

Matches the template with an ODataPathSegment.

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: