ODataPathSegmentTemplate<T> Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un modèle qui peut correspondre à un segment de chemin d’accès général.
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
Paramètres de type
- T
- Héritage
Constructeurs
ODataPathSegmentTemplate<T>() |
Représente un modèle qui peut correspondre à un segment de chemin d’accès général. |
Méthodes
TryMatch(ODataPathSegment, IDictionary<String,Object>) |
Correspond au modèle avec un ODataPathSegment. |