Share via


SelectItem Class

Definition

An item that has been selected by the query at the current level of the tree.

public abstract class SelectItem
type SelectItem = class
Public MustInherit Class SelectItem
Inheritance
SelectItem
Derived

Constructors

SelectItem()

Methods

HandleWith(SelectItemHandler)

Handle a SelectItem using an implementation of a SelectItemHandler.

TranslateWith<T>(SelectItemTranslator<T>)

Translate a SelectItem using an implementation ofSelectItemTranslator<T>.

Applies to