ActionNodeBase Class

Base action node model

Definition

Namespace: MobileTrack.Web.Components.Models.ActionFlows
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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