ActionParametersNodeModel Class

A single node that is being used to handle the parameters for an action flow. The node is not saved to disk, but rather generated on the fly when the action flow is being edited.

Definition

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

Constructors

ActionParametersNodeModel Default constructor for ActionParametersNodeModel.

Properties

Options Options for the dropdowns to select specific items.

See Also