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
Properties
Details
Further details on the message.
public string Details { get; set; }
Property Value
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }
Property Value
Message
The message text.
public string Message { get; set; }
Property Value
Severity
The severity of the message.
public string Severity { get; set; }