PathSelectItem 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要代表特定路徑之選取範圍的類別。
public sealed class PathSelectItem : Microsoft.OData.UriParser.SelectItem
type PathSelectItem = class
inherit SelectItem
Public NotInheritable Class PathSelectItem
Inherits SelectItem
- 繼承
建構函式
屬性
ComputeOption |
取得這個選取層級的計運算元句。 |
CountOption |
取得這個選取層級的 count 子句。 |
FilterOption |
這個選取層級的篩選子句。 |
HasOptions |
傳回路徑選取專案是否已套用任何選項 |
NavigationSource |
取得這個選取層級的流覽來源。 |
OrderByOption |
取得這個選取層級的 orderby 子句。 |
SearchOption |
取得這個選取層級的搜尋子句。 |
SelectAndExpand |
這個選取層級的子 select 子句。 |
SelectedPath |
取得選取的路徑。 |
SkipOption |
取得這個選取層級的 skip 子句。 |
TopOption |
取得這個選取層級的最上層子句。 |
方法
HandleWith(SelectItemHandler) |
使用 SelectItemHandler 處理。 |
TranslateWith<T>(SelectItemTranslator<T>) |
使用 SelectItemTranslator<T> 進行翻譯。 |