MathAddition Constructor
Default constructor.
Namespace: MobileTrack.EventHandler.NodeHandlers.MathAssembly: MobileTrack.EventHandler (in MobileTrack.EventHandler.exe) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public MathAddition(
NodeDto nodeData,
CompanyDto currentCompany,
ILogger<MathAddition> logger,
LinkInfoDto[] links
)
Parameters
- nodeData NodeDto
- The node data that this node derives its actions from.
- currentCompany CompanyDto
- The company the node is running for.
- logger ILoggerMathAddition
- Dependency injected logger
- links LinkInfoDto
- Links between nodes in the action flow.