ActionNodeBase Class

Base action node model

Definition

Namespace: MobileTrack.Web.Components.Models.ActionFlows
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public abstract class ActionNodeBase : NodeModel
Inheritance
Object    Model    SelectableModel    MovableModel    NodeModel    ActionNodeBase
Derived

Constructors

ActionNodeBase Default constructor

Properties

Deletable Whether the node can be deleted
Icon Icon to show with the node.
Label Node's label
Options Dropdown options for the node
TitleColor Title color of the node.
Type Category the node belongs to.

Extension Methods

ToNodeDto Turns a Node from the Diagram into a format for saving to Cosmos DB.
(Defined by DiagramsFactory)

See Also