ODataPath Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.