DiagramsFactoryTemplate Method

Creates a template so the user can fill in parameters for it.

Definition

Namespace: MobileTrack.Web.Components.Extensions
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public static ActionTemplateNodeModel Template(
	IAzureCosmosDb cosmosDb,
	ModalDropdownOptions options,
	Point position
)

Parameters

cosmosDb  IAzureCosmosDb
Currently database connection (required when loading template data from the database)
options  ModalDropdownOptions
Options for the dropdowns in the ports
position  Point
Position on the map for the node

Return Value

ActionTemplateNodeModel
Template node

See Also