Condividi tramite


ODataPath.WalkWith Metodo

Definizione

Overload

WalkWith(PathSegmentHandler)

Eseguire questa procedura usando un gestore

WalkWith<T>(PathSegmentTranslator<T>)

Analizza il percorso utilizzando un convertitore.

WalkWith(PathSegmentHandler)

Eseguire questa procedura usando un gestore

public void WalkWith (Microsoft.OData.UriParser.PathSegmentHandler handler);
member this.WalkWith : Microsoft.OData.UriParser.PathSegmentHandler -> unit
Public Sub WalkWith (handler As PathSegmentHandler)

Parametri

handler
PathSegmentHandler

Gestore che verrà applicata a ogni segmento.

Si applica a

WalkWith<T>(PathSegmentTranslator<T>)

Analizza il percorso utilizzando un convertitore.

public System.Collections.Generic.IEnumerable<T> WalkWith<T> (Microsoft.OData.UriParser.PathSegmentTranslator<T> translator);
member this.WalkWith : Microsoft.OData.UriParser.PathSegmentTranslator<'T> -> seq<'T>
Public Function WalkWith(Of T) (translator As PathSegmentTranslator(Of T)) As IEnumerable(Of T)

Parametri di tipo

T

Tipo restituito del convertitore.

Parametri

translator
PathSegmentTranslator<T>

Percorso di conversione definito dall'utente.

Restituisce

Oggetto enumerabile contenente gli oggetti definiti dall'utente per ogni segmento.

Si applica a