Table of Contents

Class ModelEditModes

Namespace
NMF.Glsp.Protocol.ModelData
Assembly
NMF.Glsp.dll

Container for edit modes

public static class ModelEditModes
Inheritance
ModelEditModes
Inherited Members

Fields

Editable

Denotes that the user performs changes

public const string Editable = "editable"

Field Value

string

Readonly

Denotes that the user cannot make any changes to the semantic model

public const string Readonly = "readonly"

Field Value

string