SelectExpandClause 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 representing the combined semantic meaning of any select or expand clauses in the uri.
public sealed class SelectExpandClause
type SelectExpandClause = class
Public NotInheritable Class SelectExpandClause
- Inheritance
-
SelectExpandClause
Constructors
SelectExpandClause(IEnumerable<SelectItem>, Boolean) |
Constructs a SelectExpandClause from the given parameters. |
Properties
AllSelected |
Gets a flag indicating that everything at this level has been selected. |
SelectedItems |
Gets the selected properties and operations. |