GetRole Constructor

Default constructor.

Definition

Namespace: MobileTrack.EventHandler.NodeHandlers.GetData
Assembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public GetRole(
	NodeDto nodeData,
	ILogger<GetRole> logger,
	Lazy<IAzureCosmosDb> cosmosDb,
	CompanyDto currentCompany,
	LinkInfoDto[] links
)

Parameters

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

See Also