Table of Contents

Namespace NMF.Glsp.Protocol.Validation

Classes

DeleteMarkersAction

To remove markers for elements a client or server may send a DeleteMarkersAction with all markers that should be removed.

Marker

A marker represents the validation result for a single model element.

RequestEditValidationAction

Requests the validation of the given text in the context of the provided model element. Typically sent from the client to the server.

RequestMarkersAction

Action to retrieve markers for the specified model elements. Sent from the client to the server.

ResponseError

A validation error

SetEditValidationResultAction

Response to a RequestEditValidationAction containing the validation result for applying a text on a certain model element.

SetMarkersAction

Response to the RequestMarkersAction containing all validation markers. Sent from the server to the client. This action always sends the entire list of markers. Thus, clients can replace all markers for a specific reason with the new ones that have been sent with the same reason.

ValidationStatus

Denotes the validation status for editing text