DynamicSegmentTemplate 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 DynamicPathSegment.
public class DynamicSegmentTemplate : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate
type DynamicSegmentTemplate = class
inherit ODataPathSegmentTemplate
Public Class DynamicSegmentTemplate
Inherits ODataPathSegmentTemplate
- Héritage
Constructeurs
DynamicSegmentTemplate(DynamicPathSegment) |
Initialise une nouvelle instance de la classe DynamicSegmentTemplate. |
Propriétés
Segment |
Obtient ou définit le segment de propriété ouvert. |
Méthodes
TryMatch(ODataPathSegment, IDictionary<String,Object>) |
Correspond au modèle avec un ODataPathSegment. |