Table of Contents

Interface INotationElement

Namespace
NMF.Glsp.Notation
Assembly
NMF.Glsp.dll

The public interface for NotationElement

[DefaultImplementationType(typeof(NotationElement))]
[XmlDefaultImplementationType(typeof(NotationElement))]
[ModelRepresentationClass("http://www.eclipse.org/glsp/notation#//NotationElement")]
public interface INotationElement : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Id

The id property

[XmlElementName("id")]
[XmlAttribute(true)]
string Id { get; set; }

Property Value

string

SemanticElement

The semanticElement property

[XmlElementName("semanticElement")]
[XmlAttribute(true)]
IModelElement SemanticElement { get; set; }

Property Value

IModelElement