Condividi tramite


ODataExpandPath Costruttori

Definizione

Overload

ODataExpandPath(ODataPathSegment[])

Crea un oggetto ODataPath basato su un solo segmento.

ODataExpandPath(IEnumerable<ODataPathSegment>)

Crea un oggetto ODataPath per rappresentare semanticamente un percorso.

ODataExpandPath(ODataPathSegment[])

Crea un oggetto ODataPath basato su un solo segmento.

public ODataExpandPath (params Microsoft.OData.UriParser.ODataPathSegment[] segments);
new Microsoft.OData.UriParser.ODataExpandPath : Microsoft.OData.UriParser.ODataPathSegment[] -> Microsoft.OData.UriParser.ODataExpandPath
Public Sub New (ParamArray segments As ODataPathSegment())

Parametri

segments
ODataPathSegment[]

Elenco di segmenti nel percorso.

Eccezioni

Genera un'eccezione se l'elenco di segmenti non soddisfa i requisiti di $expand.

Si applica a

ODataExpandPath(IEnumerable<ODataPathSegment>)

Crea un oggetto ODataPath per rappresentare semanticamente un percorso.

public ODataExpandPath (System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.ODataPathSegment> segments);
new Microsoft.OData.UriParser.ODataExpandPath : seq<Microsoft.OData.UriParser.ODataPathSegment> -> Microsoft.OData.UriParser.ODataExpandPath
Public Sub New (segments As IEnumerable(Of ODataPathSegment))

Parametri

segments
IEnumerable<ODataPathSegment>

Elenco di segmenti nel percorso.

Eccezioni

Genera un'eccezione se l'elenco di segmenti non soddisfa i requisiti di $expand.

Si applica a