Table of Contents

Class SelectAllAction

Namespace
NMF.Glsp.Protocol.Selection
Assembly
NMF.Glsp.dll

Used for selecting or deselecting all elements.

public class SelectAllAction : BaseAction
Inheritance
SelectAllAction
Inherited Members

Fields

SelectAllActionKind

The kind value used for this kind of action

public const string SelectAllActionKind = "allSelected"

Field Value

string

Properties

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string

Select

If select is true, all elements are selected, otherwise they are deselected.

public bool Select { get; set; }

Property Value

bool