Interface INotationElement
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
SemanticElement
The semanticElement property
[XmlElementName("semanticElement")]
[XmlAttribute(true)]
IModelElement SemanticElement { get; set; }