PathSelectItem Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Class to represent the selection of a specific path.
public sealed class PathSelectItem : Microsoft.OData.UriParser.SelectItem
type PathSelectItem = class
inherit SelectItem
Public NotInheritable Class PathSelectItem
Inherits SelectItem
- Inheritance
Constructors
PathSelectItem(ODataSelectPath, IEdmNavigationSource, SelectExpandClause, FilterClause, OrderByClause, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, SearchClause, ComputeClause) |
Constructs a PathSelectItem to indicate that a specific path is selected. |
PathSelectItem(ODataSelectPath) |
Constructs a PathSelectItem to indicate that a specific path is selected. |
Properties
ComputeOption |
Gets the compute clause for this select level. |
CountOption |
Gets the count clause for this select level. |
FilterOption |
The filter clause for this select level. |
HasOptions |
Returns whether or not the path select item has any options applied |
NavigationSource |
Gets the navigation source for this select level. |
OrderByOption |
Gets the orderby clause for this select level. |
SearchOption |
Gets the search clause for this select level. |
SelectAndExpand |
The sub select clause for this select level. |
SelectedPath |
Gets the selected path. |
SkipOption |
Gets the skip clause for this select level. |
TopOption |
Gets the top clause for this select level. |
Methods
HandleWith(SelectItemHandler) |
Handle using a SelectItemHandler. |
TranslateWith<T>(SelectItemTranslator<T>) |
Translate using a SelectItemTranslator<T>. |