Table of Contents

Class UpdateModelAction

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

Sent from the server to the client in order to update the model. If no model is present yet, this behaves the same as a SetModelAction. The transition from the old model to the new one can be animated.

public class UpdateModelAction : BaseAction
Inheritance
UpdateModelAction
Inherited Members

Fields

UpdateModelActionKind

The kind value used for this kind of action

public const string UpdateModelActionKind = "updateModel"

Field Value

string

Properties

Animate

Boolean flag to indicate wether updated/changed elements should be animated in the diagram.

public bool Animate { get; set; }

Property Value

bool

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string

NewRoot

The new root element of the graphical model.

public GGraph NewRoot { get; set; }

Property Value

GGraph