LinkInfoDto Constructor
Public constructor
Namespace: MobileTrack.Common.Models.ActionFlowsAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public LinkInfoDto(
Guid id,
Guid sourcePortId,
Guid targetPortId
)
Parameters
- id Guid
- ID of the individual link
- sourcePortId Guid
- ID of the exit PortDto of the NodeDto to start from.
- targetPortId Guid
- ID of the entry PortDto of the NodeDto to enter into.