PathSelectItem Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
PathSelectItem(ODataSelectPath) |
Tworzy element , PathSelectItem aby wskazać, że wybrano określoną ścieżkę. |
PathSelectItem(ODataSelectPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause) |
Tworzy element , PathSelectItem aby wskazać, że wybrano określoną ścieżkę. |
PathSelectItem(ODataSelectPath)
Tworzy element , PathSelectItem aby wskazać, że wybrano określoną ścieżkę.
public PathSelectItem (Microsoft.OData.UriParser.ODataSelectPath selectedPath);
new Microsoft.OData.UriParser.PathSelectItem : Microsoft.OData.UriParser.ODataSelectPath -> Microsoft.OData.UriParser.PathSelectItem
Public Sub New (selectedPath As ODataSelectPath)
Parametry
- selectedPath
- ODataSelectPath
Wybrana ścieżka.
Wyjątki
Zgłasza wartość , jeśli wartość input selectedPath ma wartość null.
Dotyczy
PathSelectItem(ODataSelectPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause)
Tworzy element , PathSelectItem aby wskazać, że wybrano określoną ścieżkę.
public PathSelectItem (Microsoft.OData.UriParser.ODataSelectPath selectedPath, Microsoft.OData.Edm.IEdmNavigationSource navigationSource, Microsoft.OData.UriParser.SelectExpandClause selectAndExpand, Microsoft.OData.UriParser.FilterClause filterOption, Microsoft.OData.UriParser.OrderByClause orderByOption, long? topOption, long? skipOption, bool? countOption, Microsoft.OData.UriParser.SearchClause searchOption, Microsoft.OData.UriParser.ComputeClause computeOption);
new Microsoft.OData.UriParser.PathSelectItem : Microsoft.OData.UriParser.ODataSelectPath * Microsoft.OData.Edm.IEdmNavigationSource * Microsoft.OData.UriParser.SelectExpandClause * Microsoft.OData.UriParser.FilterClause * Microsoft.OData.UriParser.OrderByClause * Nullable<int64> * Nullable<int64> * Nullable<bool> * Microsoft.OData.UriParser.SearchClause * Microsoft.OData.UriParser.ComputeClause -> Microsoft.OData.UriParser.PathSelectItem
Public Sub New (selectedPath As ODataSelectPath, navigationSource As IEdmNavigationSource, selectAndExpand As SelectExpandClause, filterOption As FilterClause, orderByOption As OrderByClause, topOption As Nullable(Of Long), skipOption As Nullable(Of Long), countOption As Nullable(Of Boolean), searchOption As SearchClause, computeOption As ComputeClause)
Parametry
- selectedPath
- ODataSelectPath
Wybrana ścieżka.
- navigationSource
- IEdmNavigationSource
Źródło nawigacji dla tego elementu wyboru.
- selectAndExpand
- SelectExpandClause
Ten podzbiektor wybierz i rozwiń pod węzeł dla tego wybranego elementu.
- filterOption
- FilterClause
Klauzula filtru dla tego wyboru (może mieć wartość null).
- orderByOption
- OrderByClause
Klauzula Orderby dla tego wyboru (może mieć wartość null).
- searchOption
- SearchClause
Klauzula wyszukiwania dla tego wyboru (może mieć wartość null).
- computeOption
- ComputeClause
Klauzula obliczeniowa dla tego rozszerzenia (może mieć wartość null).
Wyjątki
Zgłasza wartość , jeśli wartość input selectedPath ma wartość null.