Skip to main content

EditPmNotificationNode

Namespace: Meshmakers.Octo.Communication.Adapters.Sap.Nodes.Load.PlantMaintenance

Node to modify a PM (Plant Maintenance) notification

public class EditPmNotificationNode : IPipelineNode

Inheritance ObjectEditPmNotificationNode
Implements IPipelineNode

Constructors

EditPmNotificationNode(NodeDelegate, ISapService)

Initializes a new instance of the EditPmNotificationNode class.

public EditPmNotificationNode(NodeDelegate next, ISapService sapService)

Parameters

next NodeDelegate
The next node delegate in the pipeline.

sapService ISapService
The SAP service instance.

Methods

ProcessObjectAsync(IDataContext, INodeContext)

public Task ProcessObjectAsync(IDataContext dataContext, INodeContext nodeContext)

Parameters

dataContext IDataContext

nodeContext INodeContext

Returns

Task