共用方式為


ExpandedNavigationSelectItem 類別

定義

這表示特定擴充樹狀結構的單一擴充層級。

public sealed class ExpandedNavigationSelectItem : Microsoft.OData.UriParser.ExpandedReferenceSelectItem
type ExpandedNavigationSelectItem = class
    inherit ExpandedReferenceSelectItem
Public NotInheritable Class ExpandedNavigationSelectItem
Inherits ExpandedReferenceSelectItem
繼承
ExpandedNavigationSelectItem

建構函式

ExpandedNavigationSelectItem(ODataExpandPath, IEdmNavigationSource, SelectExpandClause)

使用導覽屬性、其實體集和 SelectExpandClause 來建立展開項目

ExpandedNavigationSelectItem(ODataExpandPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, LevelsClause)

使用 navigationProperty、其實體集和任何展開選項,建立展開專案。

ExpandedNavigationSelectItem(ODataExpandPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, LevelsClause, ComputeClause)

使用 navigationProperty、其實體集和任何展開選項,建立展開專案。

ExpandedNavigationSelectItem(ODataExpandPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, LevelsClause, ComputeClause, ApplyClause)

使用 navigationProperty、其實體集和任何展開選項,建立展開專案。

屬性

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> 進行翻譯。

適用於