Partager via


ODataPath Constructeurs

Définition

Surcharges

ODataPath(ODataPathSegment[])

Initialise une nouvelle instance de la classe ODataPath.

ODataPath(IEnumerable<ODataPathSegment>)

Initialise une nouvelle instance de la classe ODataPath.

ODataPath(ODataPathSegment[])

Initialise une nouvelle instance de la classe ODataPath.

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

Paramètres

segments
ODataPathSegment[]

Segments de chemin d'accès du chemin d'accès.

S’applique à

ODataPath(IEnumerable<ODataPathSegment>)

Initialise une nouvelle instance de la classe ODataPath.

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

Paramètres

segments
IEnumerable<ODataPathSegment>

Segments de chemin d'accès du chemin d'accès.

S’applique à