Table of Contents

Class Marker

Namespace
NMF.Glsp.Protocol.Validation
Assembly
NMF.Glsp.dll

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

public class Marker
Inheritance
Marker
Inherited Members

Properties

Description

Full description of this marker, e.g., full validation message

public string Description { get; init; }

Property Value

string

ElementId

Id of the model element this marker refers to

public string ElementId { get; init; }

Property Value

string

Kind

Marker kind, e.g., info, warning, error or custom kind

public string Kind { get; init; }

Property Value

string

Label

Short label describing this marker message, e.g., short validation message

public string Label { get; init; }

Property Value

string