ActionTemplateNodeModel(IAzureCosmosDb, NodeDto, ModalDropdownOptions) Constructor

Constructor for when loading from the database.

Definition

Namespace: MobileTrack.Web.Components.Models.ActionFlows
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public ActionTemplateNodeModel(
	IAzureCosmosDb cosmosDb,
	NodeDto node,
	ModalDropdownOptions options
)

Parameters

cosmosDb  IAzureCosmosDb
Database connection
node  NodeDto
Node data
options  ModalDropdownOptions
Dropdown options for input ports

See Also