LinkInfoDto Constructor

Public constructor

Definition

Namespace: MobileTrack.Common.Models.ActionFlows
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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.

See Also