FillInTemplate Constructor

Default constructor.

Definition

Namespace: MobileTrack.EventHandler.NodeHandlers.Template
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.8+f6fd7a919db8417bc1e7bfd9b2ff9ab9586e296a
public FillInTemplate(
	Lazy<IAzureCosmosDb> cosmosDb,
	NodeDto nodeData,
	ILogger<FillInTemplate> logger,
	CompanyDto currentCompany,
	LinkInfoDto[] links
)

Parameters

cosmosDb  LazyIAzureCosmosDb
Cosmos DB instance for retrieving templates.
nodeData  NodeDto
The node data that this node derives its actions from.
logger  ILoggerFillInTemplate
Dependency injected logger
currentCompany  CompanyDto
The company the node is running for.
links  LinkInfoDto
Links between nodes in the action flow.

See Also