Sdílet prostřednictvím


ODataPathSegmentTemplate<T> Třída

Definice

Představuje šablonu, která může odpovídat segmentu obecné cesty.

public class ODataPathSegmentTemplate<T> : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate where T : ODataPathSegment
type ODataPathSegmentTemplate<'T (requires 'T :> ODataPathSegment)> = class
    inherit ODataPathSegmentTemplate
Public Class ODataPathSegmentTemplate(Of T)
Inherits ODataPathSegmentTemplate

Parametry typu

T
Dědičnost
ODataPathSegmentTemplate<T>

Konstruktory

ODataPathSegmentTemplate<T>()

Představuje šablonu, která může odpovídat segmentu obecné cesty.

Metody

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Odpovídá šabloně s objektem ODataPathSegment.

Platí pro