Partager via


ODataPathTemplate Classe

Définition

Représente un modèle pour un ODataPath qui peut être mis en correspondance avec un réel ODataPath.

public class ODataPathTemplate
type ODataPathTemplate = class
Public Class ODataPathTemplate
Héritage
ODataPathTemplate

Constructeurs

ODataPathTemplate(IEnumerable<ODataPathSegmentTemplate>)

Initialise une nouvelle instance de la classe ODataPathTemplate.

ODataPathTemplate(IList<ODataPathSegmentTemplate>)

Initialise une nouvelle instance de la classe ODataPath.

ODataPathTemplate(ODataPathSegmentTemplate[])

Initialise une nouvelle instance de la classe ODataPathTemplate.

Propriétés

Segments

Obtient les segments du chemin d'accès pour le chemin d'accès OData.

Méthodes

TryMatch(ODataPath, IDictionary<String,Object>)

Correspond au modèle actuel avec un chemin d'accès OData.

S’applique à