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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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