ODataPathTemplate Class

 

Represents a template for an ODataPath that can be matched to an actual ODataPath.

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

System::Object
  System.Web.OData.Routing::ODataPathTemplate

public ref class ODataPathTemplate 

NameDescription
System_CAPS_pubmethodODataPathTemplate(IList<ODataPathSegmentTemplate^>^)

Initializes a new instance of the ODataPath class.

System_CAPS_pubmethodODataPathTemplate(array<ODataPathSegmentTemplate^>^)

Initializes a new instance of the ODataPathTemplate class.

NameDescription
System_CAPS_pubpropertySegments

Gets the path segments for the OData path.

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(ODataPath^, IDictionary<String^, Object^>^)

Matches the current template with an OData path.

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: