Compartilhar via


DynamicSegmentTemplate Classe

Definição

Representa um modelo que pode corresponder a um DynamicPathSegment.

public class DynamicSegmentTemplate : Microsoft.AspNet.OData.Routing.Template.ODataPathSegmentTemplate
type DynamicSegmentTemplate = class
    inherit ODataPathSegmentTemplate
Public Class DynamicSegmentTemplate
Inherits ODataPathSegmentTemplate
Herança
DynamicSegmentTemplate

Construtores

DynamicSegmentTemplate(DynamicPathSegment)

Inicializa uma nova instância da classe DynamicSegmentTemplate.

Propriedades

Segment

Obtém ou define o segmento de propriedade aberta.

Métodos

TryMatch(ODataPathSegment, IDictionary<String,Object>)

Corresponde ao modelo com um ODataPathSegment.

Aplica-se a