Share via


SelectExpandClause Class

Definition

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.

Applies to