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