Table of Contents

Class SetModelAction

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

ent from the server to the client in order to set the model. If a model is already present, it is replaced.

public class SetModelAction : ResponseAction
Inheritance
SetModelAction
Inherited Members

Fields

SetModelActionKind

The kind value used for this kind of action

public const string SetModelActionKind = "setModel"

Field Value

string

Properties

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string

NewRoot

The new graphical model elements.

public GGraph NewRoot { get; set; }

Property Value

GGraph