Table of Contents

Class MessageAction

Namespace
NMF.Glsp.Protocol.Notification
Assembly
NMF.Glsp.dll

This action is typically sent by the server (or the client) to notify the user about something of interest.

public class MessageAction : BaseAction
Inheritance
MessageAction
Inherited Members

Fields

MessageActionKind

The kind value used for this kind of action

public const string MessageActionKind = "message"

Field Value

string

Properties

Details

Further details on the message.

public string Details { get; set; }

Property Value

string

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string

Message

The message text.

public string Message { get; set; }

Property Value

string

Severity

The severity of the message.

public string Severity { get; set; }

Property Value

string