Table of Contents

Class NodeDataGroupsDiagramDataBase

Namespace
H.Controls.Diagram.Presenter.DiagramDatas.Base
Assembly
H.Controls.Diagram.Presenter.dll
public abstract class NodeDataGroupsDiagramDataBase : FlowableDiagramDataBase, INotifyPropertyChanged, IDisplayBindable, IIconable, IOrderable, IDescriptionable, IZoomableDiagramData, IFlowableDiagramData, IMessageable, IPartDataInvokeable, INodeDataGroupsDiagramData, IDiagramData, ICloneable, IDable, INameable, IGroupable
Inheritance
NodeDataGroupsDiagramDataBase
Implements
Derived
Inherited Members
Extension Methods

Constructors

NodeDataGroupsDiagramDataBase()

protected NodeDataGroupsDiagramDataBase()

Properties

NodeGroups

[JsonIgnore]
public ObservableCollection<INodeDataGroup> NodeGroups { get; set; }

Property Value

ObservableCollection<INodeDataGroup>

Methods

CreateNodeGroups()

protected virtual IEnumerable<INodeDataGroup> CreateNodeGroups()

Returns

IEnumerable<INodeDataGroup>