GetAccountsByEnvironment Constructor

Default constructor.

Definition

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

Parameters

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

See Also