Condividi tramite


DynamicSegmentTemplate.TryMatch Metodo

Definizione

Corrisponde al modello con un ODataPathSegmentoggetto .

public override bool TryMatch (Microsoft.OData.UriParser.ODataPathSegment pathSegment, System.Collections.Generic.IDictionary<string,object> values);
override this.TryMatch : Microsoft.OData.UriParser.ODataPathSegment * System.Collections.Generic.IDictionary<string, obj> -> bool
Public Overrides Function TryMatch (pathSegment As ODataPathSegment, values As IDictionary(Of String, Object)) As Boolean

Parametri

pathSegment
ODataPathSegment

Il segmento del percorso a cui deve corrispondere il modello.

values
IDictionary<String,Object>

Dizionario di corrispondenze da aggiornare se il segmento corrisponde al modello.

Restituisce

true se il segmento corrisponde al modello; in caso contrario, false.

Si applica a