Interface IDiagram
The public interface for Diagram
[DefaultImplementationType(typeof(Diagram))]
[XmlDefaultImplementationType(typeof(Diagram))]
[ModelRepresentationClass("http://www.eclipse.org/glsp/notation#//Diagram")]
public interface IDiagram : INotationElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
DiagramType
The diagramType property
[XmlElementName("diagramType")]
[XmlAttribute(true)]
string DiagramType { get; set; }
Property Value
Elements
The elements property
[Browsable(false)]
[XmlElementName("elements")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<INotationElement> Elements { get; }