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+45c8d9adb5970d727cceec44a5ed61aea0016e50
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
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