Compartir a través de


PropertySegmentTemplate.TryMatch Método

Definición

Coincide con la plantilla con .ODataPathSegment

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

Parámetros

pathSegment
ODataPathSegment

El segmento de ruta de acceso con el que hacer coincidir la plantilla.

values
IDictionary<String,Object>

El diccionario de coincidencias que se va a actualizar si el segmento coincide con la plantilla.

Devoluciones

true si el segmento coincide con la plantilla; de lo contrario, false.

Se aplica a