ExpandedNavigationSelectItem 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這表示特定擴充樹狀結構的單一擴充層級。
public sealed class ExpandedNavigationSelectItem : Microsoft.OData.UriParser.ExpandedReferenceSelectItem
type ExpandedNavigationSelectItem = class
inherit ExpandedReferenceSelectItem
Public NotInheritable Class ExpandedNavigationSelectItem
Inherits ExpandedReferenceSelectItem
- 繼承
建構函式
屬性
ApplyOption |
取得這個展開專案的 apply 子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。 (繼承來源 ExpandedReferenceSelectItem) |
ComputeOption |
取得這個展開專案的計運算元句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。 (繼承來源 ExpandedReferenceSelectItem) |
CountOption |
取得這個展開專案的 count 子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。 (繼承來源 ExpandedReferenceSelectItem) |
FilterOption |
這個展開專案的篩選子句 (繼承來源 ExpandedReferenceSelectItem) |
LevelsOption |
取得這個展開專案的 levels 子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。 |
NavigationSource |
取得這個層級的導覽來源。 (繼承來源 ExpandedReferenceSelectItem) |
OrderByOption |
取得這個展開專案的 orderby 子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。 (繼承來源 ExpandedReferenceSelectItem) |
PathToNavigationProperty |
取得這個展開層級的路徑。 此路徑包含零或多個型別區段,後面僅接著一個導覽屬性。 (繼承來源 ExpandedReferenceSelectItem) |
SearchOption |
取得這個展開專案的搜尋子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。 (繼承來源 ExpandedReferenceSelectItem) |
SelectAndExpand |
這個展開導覽的 select 和 expand 子句。 |
SkipOption |
取得這個展開專案的 skip 子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。 (繼承來源 ExpandedReferenceSelectItem) |
TopOption |
取得這個展開專案的 top 子句。 如果未指定 (,而且在 NonOptionMode) 中一律為 null。 (繼承來源 ExpandedReferenceSelectItem) |
方法
HandleWith(SelectItemHandler) |
使用 SelectItemHandler 處理。 |
TranslateWith<T>(SelectItemTranslator<T>) |
使用 SelectItemTranslator<T> 進行翻譯。 |